Fix enum values.

This commit is contained in:
Sergey Vartanov 2021-10-20 23:49:34 +03:00
parent 15ab5e7d62
commit a5910786e2
13 changed files with 31 additions and 35 deletions

View file

@ -241,7 +241,7 @@ class Constructor:
if not line.tags:
return
building_mode: str = self.configuration.building_mode
building_mode: BuildingMode = self.configuration.building_mode
if "building" in line.tags or (
building_mode == BuildingMode.ISOMETRIC
and "building:part" in line.tags