You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +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;
|
placeholder_fallback_enabled = true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (!valid || placeholder_fallback_enabled) {
|
} else if (placeholder_fallback_enabled) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user