diff options
author | MW | 2008-03-12 15:53:04 +0000 |
---|---|---|
committer | MW | 2008-03-12 15:53:04 +0000 |
commit | fc551ef1271ee01888a874277b963eb35ddadaef (patch) | |
tree | ee9d24a97adf3dcc0025f566985cd6cdad6cc7ec /OpenSim/Framework | |
parent | Applied patch from mantis #610, fixed invalid filenames with dump_assets_to_f... (diff) | |
download | opensim-SC-fc551ef1271ee01888a874277b963eb35ddadaef.zip opensim-SC-fc551ef1271ee01888a874277b963eb35ddadaef.tar.gz opensim-SC-fc551ef1271ee01888a874277b963eb35ddadaef.tar.bz2 opensim-SC-fc551ef1271ee01888a874277b963eb35ddadaef.tar.xz |
Applied patch from mantis #749, Grass now stays to set type when moved. thanks Grumly57.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
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); |