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/Framework | |
parent | "uglyfy" GetModifiedPatchesInViewDistance. Also make it use camera or (diff) | |
download | opensim-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/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index b2786d4..f5fd5f5 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1143,6 +1143,8 @@ namespace OpenSim.Framework | |||
1143 | void SendGenericMessage(string method, UUID invoice, List<string> message); | 1143 | void SendGenericMessage(string method, UUID invoice, List<string> message); |
1144 | void SendGenericMessage(string method, UUID invoice, List<byte[]> message); | 1144 | void SendGenericMessage(string method, UUID invoice, List<byte[]> message); |
1145 | 1145 | ||
1146 | bool CanSendLayerData(); | ||
1147 | |||
1146 | void SendLayerData(float[] map); | 1148 | void SendLayerData(float[] map); |
1147 | void SendLayerData(int px, int py, float[] map); | 1149 | void SendLayerData(int px, int py, float[] map); |
1148 | 1150 | ||