diff options
Diffstat (limited to 'OpenSim/Tests/Common')
-rwxr-xr-x | 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 6cea71f..929fa4a 100755 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -570,7 +570,7 @@ namespace OpenSim.Tests.Common | |||
570 | { | 570 | { |
571 | } | 571 | } |
572 | 572 | ||
573 | public virtual void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry) | 573 | public virtual void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry, float hover) |
574 | { | 574 | { |
575 | } | 575 | } |
576 | 576 | ||