diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs b/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs index 9c781e1..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); | 39 | void MapBlockFromGridRegion(MapBlockData block, GridRegion r, uint flag); |
40 | MapBlockData MapBlockFromGridRegion(GridRegion r, uint flag); | ||
41 | } | 40 | } |
42 | } | 41 | } |