aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-15 16:52:48 +0000
committerJustin Clarke Casey2008-10-15 16:52:48 +0000
commit87e85489f3aa1a2f5d827cfc4941cf5fbfc45b07 (patch)
treeb2ac85ff9ef6769c84b692d5ef2d0dfaf41c0483 /OpenSim/Region/Examples
parent* minor: disable a couple of other lines of image not found, which are pointl... (diff)
downloadopensim-SC_OLD-87e85489f3aa1a2f5d827cfc4941cf5fbfc45b07.zip
opensim-SC_OLD-87e85489f3aa1a2f5d827cfc4941cf5fbfc45b07.tar.gz
opensim-SC_OLD-87e85489f3aa1a2f5d827cfc4941cf5fbfc45b07.tar.bz2
opensim-SC_OLD-87e85489f3aa1a2f5d827cfc4941cf5fbfc45b07.tar.xz
* refactor: move viewer effect packet into LLClientView
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index b17436c..663e768 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -739,6 +739,10 @@ namespace OpenSim.Region.Examples.SimpleModule
739 public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong time, uint dlen, uint ylen, float phase) 739 public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong time, uint dlen, uint ylen, float phase)
740 { 740 {
741 } 741 }
742
743 public void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks)
744 {
745 }
742 746
743 public void SendViewerTime(int phase) 747 public void SendViewerTime(int phase)
744 { 748 {