diff options
Applying Teravus patch # 557. Some glue code for the updating of prim's velocity.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 9ed1f35..e7a09ac 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -281,6 +281,10 @@ namespace SimpleApp | |||
281 | LLVector3 position, LLQuaternion rotation) | 281 | LLVector3 position, LLQuaternion rotation) |
282 | { | 282 | { |
283 | } | 283 | } |
284 | public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, | ||
285 | LLVector3 position, LLQuaternion rotation,LLVector3 velocity) | ||
286 | { | ||
287 | } | ||
284 | 288 | ||
285 | public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items) | 289 | public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items) |
286 | { | 290 | { |
@@ -430,4 +434,4 @@ namespace SimpleApp | |||
430 | { | 434 | { |
431 | } | 435 | } |
432 | } | 436 | } |
433 | } \ No newline at end of file | 437 | } |