Fixed map renderer bug
This commit is contained in:
		@@ -13,7 +13,7 @@ namespace TransportGame.MapViewer
 | 
			
		||||
            None = 0,
 | 
			
		||||
            Elevation = 1,
 | 
			
		||||
            Population = 2,
 | 
			
		||||
            RoadArticulations = 3,
 | 
			
		||||
            RoadArticulations = 4,
 | 
			
		||||
            All = Elevation | Population | RoadArticulations
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user