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