diff options
author | UbitUmarov | 2019-01-20 20:58:27 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-20 20:58:27 +0000 |
commit | 0c38d52538a5d713e034fcec8da8df434e3ca924 (patch) | |
tree | b54bb1749bae275e77bbfcaafb98833fd436748b /OpenSim/Framework/IClientAPI.cs | |
parent | cosmetics (diff) | |
download | opensim-SC-0c38d52538a5d713e034fcec8da8df434e3ca924.zip opensim-SC-0c38d52538a5d713e034fcec8da8df434e3ca924.tar.gz opensim-SC-0c38d52538a5d713e034fcec8da8df434e3ca924.tar.bz2 opensim-SC-0c38d52538a5d713e034fcec8da8df434e3ca924.tar.xz |
cosmetics on terrain patchs
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); |