Fixed map renderer bug

This commit is contained in:
Tiberiu Chibici 2015-06-13 21:35:27 +03:00
parent 52548b09e1
commit 9ac0deec0b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace TransportGame.MapViewer
None = 0,
Elevation = 1,
Population = 2,
RoadArticulations = 3,
RoadArticulations = 4,
All = Elevation | Population | RoadArticulations
};