- fixed units conversion issue

- updated the units conversion method to convert all the convertible parameters in the Preferences
This commit is contained in:
Marius Stanciu
2020-04-29 19:05:18 +03:00
committed by Marius
parent 027f648586
commit a233d49bd9
4 changed files with 90 additions and 22 deletions

View File

@@ -58,7 +58,7 @@ if platform.architecture()[0] == '64bit':
include_files.append(("locale", "lib/locale"))
include_files.append(("preprocessors", "lib/preprocessors"))
include_files.append(("assets", "lib/assets"))
# include_files.append(("assets", "lib/assets"))
include_files.append(("assets/examples", "lib/assets/examples"))
include_files.append(("assets/linux", "lib/assets/linux"))
include_files.append(("assets/resources", "lib/assets/resources"))