diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 bd98041..1a6d5e5 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -403,7 +403,7 @@ namespace OpenSim.Framework | |||
403 | void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint); | 403 | void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint); |
404 | 404 | ||
405 | void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, | 405 | void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, |
406 | LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, | 406 | LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, byte[] color, |
407 | uint parentID, byte[] particleSystem, LLQuaternion rotation); | 407 | uint parentID, byte[] particleSystem, LLQuaternion rotation); |
408 | 408 | ||
409 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, | 409 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, |