Closed Naros closed 7 months ago
This seems to stem from the old property usage flags before they were adjusted in 2022. It's probably just best to init the value using the PROPERTY_USAGE_DEFAULT to avoid this in the future.
PROPERTY_USAGE_DEFAULT
Thanks!
Cherry-picked for 4.1 in PR https://github.com/godotengine/godot-cpp/pull/1441
Cherry-picked for 4.2 in PR https://github.com/godotengine/godot-cpp/pull/1442
This seems to stem from the old property usage flags before they were adjusted in 2022. It's probably just best to init the value using the
PROPERTY_USAGE_DEFAULT
to avoid this in the future.