diff options
Diffstat (limited to '')
-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 f4526ae..8ad4844 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 | } |