You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Fix unsaved scene not running after save
(cherry picked from commit 6b7021ad90)
This commit is contained in:
committed by
Rémi Verschelde
parent
575ee17779
commit
f1901d8e3f
@@ -2092,7 +2092,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
|
||||
}
|
||||
|
||||
_menu_option(FILE_SAVE_AS_SCENE);
|
||||
_menu_option_confirm(FILE_SAVE_AND_RUN, true);
|
||||
_menu_option_confirm(FILE_SAVE_AND_RUN, false);
|
||||
} break;
|
||||
|
||||
case FILE_DUMP_STRINGS: {
|
||||
|
||||
Reference in New Issue
Block a user