mirror of
https://github.com/godotengine/godot.git
synced 2025-01-07 10:41:52 +00:00
Merge pull request #9092 from Noshyaar/pr-run
Fix unsaved scene not running after save
This commit is contained in:
commit
932694e759
@ -1984,7 +1984,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_menu_option(FILE_SAVE_AS_SCENE);
|
_menu_option(FILE_SAVE_AS_SCENE);
|
||||||
_menu_option_confirm(FILE_SAVE_AND_RUN, true);
|
_menu_option_confirm(FILE_SAVE_AND_RUN, false);
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
case FILE_SAVE_OPTIMIZED: {
|
case FILE_SAVE_OPTIMIZED: {
|
||||||
|
Loading…
Reference in New Issue
Block a user