aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMW2008-03-12 15:53:04 +0000
committerMW2008-03-12 15:53:04 +0000
commitfc551ef1271ee01888a874277b963eb35ddadaef (patch)
treeee9d24a97adf3dcc0025f566985cd6cdad6cc7ec /OpenSim/Framework/IClientAPI.cs
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/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 7a0a232..d30e005 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -608,7 +608,7 @@ namespace OpenSim.Framework
608 uint parentID, byte[] particleSystem, LLQuaternion rotation, byte clickAction); 608 uint parentID, byte[] particleSystem, LLQuaternion rotation, byte clickAction);
609 609
610 void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, 610 void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position,
611 LLQuaternion rotation); 611 LLQuaternion rotation, byte state);
612 612
613 void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, 613 void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position,
614 LLQuaternion rotation, LLVector3 velocity, LLVector3 rotationalvelocity); 614 LLQuaternion rotation, LLVector3 velocity, LLVector3 rotationalvelocity);