diff options
author | Teravus Ovares | 2008-06-28 00:33:17 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-28 00:33:17 +0000 |
commit | e5649e0dd5aa944e68594825399f71562d1c867e (patch) | |
tree | 5e577045e726afb9d68d68410b07e18ba6bfb864 /OpenSim/Region/Environment/Modules/World | |
parent | altered prior warning fix to Meshmerizer.cs to allow mesh debugging code to f... (diff) | |
download | opensim-SC_OLD-e5649e0dd5aa944e68594825399f71562d1c867e.zip opensim-SC_OLD-e5649e0dd5aa944e68594825399f71562d1c867e.tar.gz opensim-SC_OLD-e5649e0dd5aa944e68594825399f71562d1c867e.tar.bz2 opensim-SC_OLD-e5649e0dd5aa944e68594825399f71562d1c867e.tar.xz |
* Various documentation to some black magic parts of LLClientView
* Added IClientAPI.SendTexture stub.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index 05a4146..83d4603 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -690,6 +690,10 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
690 | { | 690 | { |
691 | } | 691 | } |
692 | 692 | ||
693 | public void SendTexture(AssetBase TextureAsset) | ||
694 | { | ||
695 | } | ||
696 | |||
693 | public void SetDebug(int newDebug) | 697 | public void SetDebug(int newDebug) |
694 | { | 698 | { |
695 | } | 699 | } |