diff options
Diffstat (limited to 'OpenSim/Framework')
-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 0f45d9d..9d86036 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -778,7 +778,7 @@ namespace OpenSim.Framework | |||
778 | uint parentID, byte[] particleSystem, LLQuaternion rotation, byte clickAction); | 778 | uint parentID, byte[] particleSystem, LLQuaternion rotation, byte clickAction); |
779 | 779 | ||
780 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, | 780 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, |
781 | LLQuaternion rotation, byte state, LLUUID AssetId); | 781 | LLQuaternion rotation, LLVector3 velocity, LLVector3 rotationalvelocity, byte state, LLUUID AssetId); |
782 | 782 | ||
783 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, | 783 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, |
784 | LLQuaternion rotation, LLVector3 velocity, LLVector3 rotationalvelocity); | 784 | LLQuaternion rotation, LLVector3 velocity, LLVector3 rotationalvelocity); |