MapBlockFromGridRegion and Map2BlockFromGridRegion are the same thing

This commit is contained in:
UbitUmarov
2015-09-18 02:00:10 +01:00
parent 4798cce390
commit 87ad573ec2
3 changed files with 16 additions and 63 deletions

View File

@@ -36,7 +36,6 @@ namespace OpenSim.Region.Framework.Interfaces
/// Generate a map tile for the scene. a terrain texture for this scene
/// </summary>
void GenerateMaptile();
List<MapBlockData> Map2BlockFromGridRegion(GridRegion r, uint flag);
void MapBlockFromGridRegion(MapBlockData block, GridRegion r, uint flag);
}
}