mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Applying Teravus patch # 557. Some glue code for the updating of prim's velocity.
This commit is contained in:
@@ -281,6 +281,10 @@ namespace SimpleApp
|
||||
LLVector3 position, LLQuaternion rotation)
|
||||
{
|
||||
}
|
||||
public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID,
|
||||
LLVector3 position, LLQuaternion rotation,LLVector3 velocity)
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items)
|
||||
{
|
||||
@@ -430,4 +434,4 @@ namespace SimpleApp
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user