aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index cafbd1f..f1290b9 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1142,8 +1142,8 @@ namespace OpenSim.Framework
1142 void SendLayerData(float[] map); 1142 void SendLayerData(float[] map);
1143 void SendLayerData(int px, int py, float[] map); 1143 void SendLayerData(int px, int py, float[] map);
1144 1144
1145 void SendWindData(Vector2[] windSpeeds); 1145 void SendWindData(int version, Vector2[] windSpeeds);
1146 void SendCloudData(float[] cloudCover); 1146 void SendCloudData(int version, float[] cloudCover);
1147 1147
1148 /// <summary> 1148 /// <summary>
1149 /// Sent when an agent completes its movement into a region. 1149 /// Sent when an agent completes its movement into a region.