diff options
author | Melanie Thielker | 2009-04-30 11:58:23 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-04-30 11:58:23 +0000 |
commit | 334738fca96498f31842f42db974bc46da35d94a (patch) | |
tree | 95c8cc63ca624989f0dcb9cb1cffc9907c6fd3a6 /OpenSim/Tests/Common/Mock | |
parent | Thank you kindly, MCortez for a patch that: (diff) | |
download | opensim-SC_OLD-334738fca96498f31842f42db974bc46da35d94a.zip opensim-SC_OLD-334738fca96498f31842f42db974bc46da35d94a.tar.gz opensim-SC_OLD-334738fca96498f31842f42db974bc46da35d94a.tar.bz2 opensim-SC_OLD-334738fca96498f31842f42db974bc46da35d94a.tar.xz |
Thank you, mpallari, for a patch that increses efficiency by combining
avatar updates into a single packet.
Applied with changes.
Fixes Mantis #3136
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index a593fe4..39520e7 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -590,7 +590,7 @@ namespace OpenSim.Tests.Common.Mock | |||
590 | } | 590 | } |
591 | 591 | ||
592 | public virtual void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, | 592 | public virtual void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, |
593 | Vector3 position, Vector3 velocity, Quaternion rotation) | 593 | Vector3 position, Vector3 velocity, Quaternion rotation, UUID agentid) |
594 | { | 594 | { |
595 | } | 595 | } |
596 | 596 | ||