diff options
author | UbitUmarov | 2015-08-22 04:08:30 +0100 |
---|---|---|
committer | UbitUmarov | 2015-08-22 04:08:30 +0100 |
commit | e3d82ad706db04d295a549543380b71b00848f7f (patch) | |
tree | 5f03bf129f1bb1ce4c2189b72e383824d9e8204d /OpenSim/Tests/Common | |
parent | "uglyfy" GetModifiedPatchesInViewDistance. Also make it use camera or (diff) | |
download | opensim-SC-e3d82ad706db04d295a549543380b71b00848f7f.zip opensim-SC-e3d82ad706db04d295a549543380b71b00848f7f.tar.gz opensim-SC-e3d82ad706db04d295a549543380b71b00848f7f.tar.bz2 opensim-SC-e3d82ad706db04d295a549543380b71b00848f7f.tar.xz |
delay terrain sending if land queue is 2 busy
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 96bccd2..5daca1e 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -590,6 +590,11 @@ namespace OpenSim.Tests.Common.Mock | |||
590 | 590 | ||
591 | } | 591 | } |
592 | 592 | ||
593 | public virtual bool CanSendLayerData() | ||
594 | { | ||
595 | return false; | ||
596 | } | ||
597 | |||
593 | public virtual void SendLayerData(float[] map) | 598 | public virtual void SendLayerData(float[] map) |
594 | { | 599 | { |
595 | } | 600 | } |