You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Cleanup metadata usage
This commit is contained in:
@@ -1882,7 +1882,7 @@ void EditorNode::_dialog_action(String p_file) {
|
||||
ProjectSettings::get_singleton()->save();
|
||||
// TODO: Would be nice to show the project manager opened with the highlighted field.
|
||||
|
||||
if (pick_main_scene->has_meta("from_native") && (bool)pick_main_scene->get_meta("from_native")) {
|
||||
if ((bool)pick_main_scene->get_meta("from_native", false)) {
|
||||
run_native->resume_run_native();
|
||||
} else {
|
||||
_run(false, ""); // Automatically run the project.
|
||||
|
||||
Reference in New Issue
Block a user