public void TextureMap_Changed()
 {
     ZoneManager.Instance.CurrentMap.TextureMap = TextureMap.GetDict <Dictionary <int, AutoTile> >();
     ZoneManager.Instance.CurrentMap.CalculateTerrainAutotiles(Loc.Zero, new Loc(ZoneManager.Instance.CurrentMap.Width, ZoneManager.Instance.CurrentMap.Height));
 }