diff options
author | UbitUmarov | 2016-09-23 13:03:16 +0100 |
---|---|---|
committer | UbitUmarov | 2016-09-23 13:03:16 +0100 |
commit | a6df626868c9715288b2ef025efe18a015256a74 (patch) | |
tree | c7b6114d2c9a8df39280421cde9141683b8796b6 /OpenSim/Framework/IClientAPI.cs | |
parent | move wind generation out of heartbeat to a pool job. Use that to send to all ... (diff) | |
download | opensim-SC-a6df626868c9715288b2ef025efe18a015256a74.zip opensim-SC-a6df626868c9715288b2ef025efe18a015256a74.tar.gz opensim-SC-a6df626868c9715288b2ef025efe18a015256a74.tar.bz2 opensim-SC-a6df626868c9715288b2ef025efe18a015256a74.tar.xz |
add a version tag to wind and cloud data updates to iclient
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
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. |