boformer / BuildingThemes

Mod for Cities:Skylines
http://steamcommunity.com/sharedfiles/filedetails/?id=466158459
MIT License
13 stars 11 forks source link

fix for loading bug #27

Closed boformer closed 9 years ago

boformer commented 9 years ago

Fixes #26

The bug was caused by the SerializableDataExtension.OnLoadDataTimed method, which called buildingThemesManager.EnableTheme. That method calls GetDistrictThemes , which calls getDefaultDistrictThemes because the _districtsThemes dictionary is empty.

boformer commented 9 years ago

Seems to work. Uploading to the workshop