Remove lazy loading of binary map data.
This commit is contained in:
@@ -49,7 +49,6 @@ namespace OpenRA.Mods.Common.Traits
|
||||
var world = self.World;
|
||||
var map = world.Map;
|
||||
|
||||
var tiles = map.MapTiles.Value;
|
||||
var pos = map.CellContaining(self.CenterPosition);
|
||||
var terrainType = map.GetTerrainInfo(pos).Type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user