aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2015-08-22 04:08:30 +0100
committerUbitUmarov2015-08-22 04:08:30 +0100
commite3d82ad706db04d295a549543380b71b00848f7f (patch)
tree5f03bf129f1bb1ce4c2189b72e383824d9e8204d /OpenSim/Tests
parent"uglyfy" GetModifiedPatchesInViewDistance. Also make it use camera or (diff)
downloadopensim-SC_OLD-e3d82ad706db04d295a549543380b71b00848f7f.zip
opensim-SC_OLD-e3d82ad706db04d295a549543380b71b00848f7f.tar.gz
opensim-SC_OLD-e3d82ad706db04d295a549543380b71b00848f7f.tar.bz2
opensim-SC_OLD-e3d82ad706db04d295a549543380b71b00848f7f.tar.xz
delay terrain sending if land queue is 2 busy
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs5
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 }