From fc551ef1271ee01888a874277b963eb35ddadaef Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 12 Mar 2008 15:53:04 +0000 Subject: Applied patch from mantis #749, Grass now stays to set type when moved. thanks Grumly57. --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') 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 uint parentID, byte[] particleSystem, LLQuaternion rotation, byte clickAction); void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, - LLQuaternion rotation); + LLQuaternion rotation, byte state); void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, LLQuaternion rotation, LLVector3 velocity, LLVector3 rotationalvelocity); -- cgit v1.1