diff options
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 25622d2..f457773 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -409,7 +409,8 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
409 | { | 409 | { |
410 | } | 410 | } |
411 | public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, | 411 | public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, |
412 | LLVector3 position, LLQuaternion rotation, byte state, LLUUID AssetId) | 412 | LLVector3 position, LLQuaternion rotation, LLVector3 velocity, |
413 | LLVector3 rotationalvelocity, byte state, LLUUID AssetId) | ||
413 | { | 414 | { |
414 | } | 415 | } |
415 | 416 | ||