aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
diff options
context:
space:
mode:
authorMelanie2009-09-30 21:23:00 +0100
committerMelanie2009-09-30 21:33:20 +0100
commit400abed271b7d59b8038326fccfe76c28d7d1051 (patch)
tree71f2fddd7ec0ccc700dfa635e7d2ddee617750c6 /OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
parentRemove predecode-j2k and it's assoaciated logic (diff)
downloadopensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.zip
opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.tar.gz
opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.tar.bz2
opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.tar.xz
Add RebakeAvatarTexturesPacket to the client view
Diffstat (limited to '')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index bfca954..8c9eb5f 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -1145,5 +1145,9 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
1145 } 1145 }
1146 1146
1147 #endregion 1147 #endregion
1148
1149 public void SendRebakeAvatarTextures(UUID textureID)
1150 {
1151 }
1148 } 1152 }
1149} 1153}