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 11e6ae7..bd98041 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -409,7 +409,7 @@ namespace OpenSim.Framework | |||
409 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, | 409 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, |
410 | LLQuaternion rotation); | 410 | LLQuaternion rotation); |
411 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, | 411 | void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, |
412 | LLQuaternion rotation,LLVector3 velocity); | 412 | LLQuaternion rotation,LLVector3 velocity, LLVector3 rotationalvelocity); |
413 | 413 | ||
414 | void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items); | 414 | void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items); |
415 | void SendInventoryItemDetails(LLUUID ownerID, InventoryItemBase item); | 415 | void SendInventoryItemDetails(LLUUID ownerID, InventoryItemBase item); |