aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-06-28 00:33:17 +0000
committerTeravus Ovares2008-06-28 00:33:17 +0000
commite5649e0dd5aa944e68594825399f71562d1c867e (patch)
tree5e577045e726afb9d68d68410b07e18ba6bfb864 /OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
parentaltered prior warning fix to Meshmerizer.cs to allow mesh debugging code to f... (diff)
downloadopensim-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/NPC/NPCAvatar.cs')
-rw-r--r--OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs4
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 }