Merge pull request #6190 from iammangod96/patch-1
Fixed running the game before saving scene
This commit is contained in:
commit
7c4f6c654b
1 changed files with 1 additions and 1 deletions
|
@ -1228,7 +1228,7 @@ void EditorNode::_dialog_action(String p_file) {
|
||||||
|
|
||||||
//_save_scene(p_file);
|
//_save_scene(p_file);
|
||||||
_save_scene_with_preview(p_file);
|
_save_scene_with_preview(p_file);
|
||||||
_run(false);
|
_run(true);
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue