Fix exported property values being lost if base GDScript fails to parse
This commit is contained in:
parent
be98a6ebbc
commit
2f8d1a321a
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue