You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix exported property values being lost if base GDScript fails to parse
This commit is contained in:
@@ -483,7 +483,7 @@ bool GDScript::_update_exports() {
|
||||
placeholder_fallback_enabled = true;
|
||||
return false;
|
||||
}
|
||||
} else if (!valid || placeholder_fallback_enabled) {
|
||||
} else if (placeholder_fallback_enabled) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user