diff options
author | Melanie | 2009-09-30 21:23:00 +0100 |
---|---|---|
committer | Melanie | 2009-09-30 21:33:20 +0100 |
commit | 400abed271b7d59b8038326fccfe76c28d7d1051 (patch) | |
tree | 71f2fddd7ec0ccc700dfa635e7d2ddee617750c6 /OpenSim/Region/Examples | |
parent | Remove predecode-j2k and it's assoaciated logic (diff) | |
download | opensim-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 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index e9c35e9..31222df 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -1102,5 +1102,9 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
1102 | { | 1102 | { |
1103 | } | 1103 | } |
1104 | #endregion | 1104 | #endregion |
1105 | |||
1106 | public void SendRebakeAvatarTextures(UUID textureID) | ||
1107 | { | ||
1108 | } | ||
1105 | } | 1109 | } |
1106 | } | 1110 | } |