undo checking for conflicting properties (as it turns out enforcing cleaner code is inconvenient (especially if it's over something that doesn't show issues in the first place))

This commit is contained in:
Map 2024-10-08 18:18:20 -05:00
parent f3bb2caa7f
commit fc537fecc7

View file

@ -12,7 +12,7 @@ init python:
gui.init(1920, 1080)
## Enable checks for invalid or unstable properties in screens or transforms
define config.check_conflicting_properties = True
#define config.check_conflicting_properties = True
################################################################################
## GUI Configuration Variables