aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
authorMW2008-03-12 15:53:04 +0000
committerMW2008-03-12 15:53:04 +0000
commitfc551ef1271ee01888a874277b963eb35ddadaef (patch)
treeee9d24a97adf3dcc0025f566985cd6cdad6cc7ec /OpenSim/Region/Examples
parentApplied patch from mantis #610, fixed invalid filenames with dump_assets_to_f... (diff)
downloadopensim-SC_OLD-fc551ef1271ee01888a874277b963eb35ddadaef.zip
opensim-SC_OLD-fc551ef1271ee01888a874277b963eb35ddadaef.tar.gz
opensim-SC_OLD-fc551ef1271ee01888a874277b963eb35ddadaef.tar.bz2
opensim-SC_OLD-fc551ef1271ee01888a874277b963eb35ddadaef.tar.xz
Applied patch from mantis #749, Grass now stays to set type when moved. thanks Grumly57.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index 68fea97..82ff3cc 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -357,7 +357,7 @@ namespace SimpleApp
357 { 357 {
358 } 358 }
359 public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, 359 public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID,
360 LLVector3 position, LLQuaternion rotation) 360 LLVector3 position, LLQuaternion rotation, byte state)
361 { 361 {
362 } 362 }
363 363