diff options
Diffstat (limited to '')
-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 9ab1092..252ee3e 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1146,8 +1146,8 @@ namespace OpenSim.Framework | |||
1146 | 1146 | ||
1147 | bool CanSendLayerData(); | 1147 | bool CanSendLayerData(); |
1148 | 1148 | ||
1149 | void SendLayerData(float[] map); | 1149 | void SendLayerData(); |
1150 | void SendLayerData(int px, int py, float[] map); | 1150 | void SendLayerData(int[] map); |
1151 | 1151 | ||
1152 | void SendWindData(int version, Vector2[] windSpeeds); | 1152 | void SendWindData(int version, Vector2[] windSpeeds); |
1153 | void SendCloudData(int version, float[] cloudCover); | 1153 | void SendCloudData(int version, float[] cloudCover); |