diff options
author | UbitUmarov | 2015-09-18 02:00:10 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-18 02:00:10 +0100 |
commit | 87ad573ec25b830d68a7b81a06a93b888301647a (patch) | |
tree | b817c618b00c9755ea7c5716617af8c70ec73482 /OpenSim/Region/Framework/Interfaces | |
parent | sync remote responses for mapItens with the local ones, but sending all valid... (diff) | |
download | opensim-SC_OLD-87ad573ec25b830d68a7b81a06a93b888301647a.zip opensim-SC_OLD-87ad573ec25b830d68a7b81a06a93b888301647a.tar.gz opensim-SC_OLD-87ad573ec25b830d68a7b81a06a93b888301647a.tar.bz2 opensim-SC_OLD-87ad573ec25b830d68a7b81a06a93b888301647a.tar.xz |
MapBlockFromGridRegion and Map2BlockFromGridRegion are the same thing
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs b/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs index e9cf4ad..ee7c4ec 100644 --- a/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs | |||
@@ -36,7 +36,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
36 | /// Generate a map tile for the scene. a terrain texture for this scene | 36 | /// Generate a map tile for the scene. a terrain texture for this scene |
37 | /// </summary> | 37 | /// </summary> |
38 | void GenerateMaptile(); | 38 | void GenerateMaptile(); |
39 | List<MapBlockData> Map2BlockFromGridRegion(GridRegion r, uint flag); | ||
40 | void MapBlockFromGridRegion(MapBlockData block, GridRegion r, uint flag); | 39 | void MapBlockFromGridRegion(MapBlockData block, GridRegion r, uint flag); |
41 | } | 40 | } |
42 | } | 41 | } |