aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorMelanie2013-01-08 13:58:42 +0100
committerMelanie2013-01-08 13:58:42 +0100
commite1cfa846eac0a7d967d118d42cc8c983217a46cc (patch)
treeba97d6d4fc82a1007d14f03b02dd0287a1ad73e0 /OpenSim/Region/Framework/Interfaces
parentPrevent avatar data from being sent during login when it's not valid and (diff)
parent also update m_lastSize in SendAvatarDataToAllAgents so more paths update (diff)
downloadopensim-SC_OLD-e1cfa846eac0a7d967d118d42cc8c983217a46cc.zip
opensim-SC_OLD-e1cfa846eac0a7d967d118d42cc8c983217a46cc.tar.gz
opensim-SC_OLD-e1cfa846eac0a7d967d118d42cc8c983217a46cc.tar.bz2
opensim-SC_OLD-e1cfa846eac0a7d967d118d42cc8c983217a46cc.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IBakedTextureModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IBakedTextureModule.cs b/OpenSim/Region/Framework/Interfaces/IBakedTextureModule.cs
index d63898a..21ed44f 100644
--- a/OpenSim/Region/Framework/Interfaces/IBakedTextureModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IBakedTextureModule.cs
@@ -13,7 +13,7 @@ namespace OpenSim.Services.Interfaces
13{ 13{
14 public interface IBakedTextureModule 14 public interface IBakedTextureModule
15 { 15 {
16 AssetBase[] Get(UUID id); 16 WearableCacheItem[] Get(UUID id);
17 void Store(UUID id, AssetBase[] data); 17 void Store(UUID id, WearableCacheItem[] data);
18 } 18 }
19} 19}