From a54110ba600825319552dd839fd62ebcdb449317 Mon Sep 17 00:00:00 2001 From: Eric M Date: Wed, 6 Jan 2021 11:17:56 +1000 Subject: Made save dialog open immediately when running unsaved scene. Previously there was an unneeded confirmation dialog. --- editor/editor_node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/editor_node.h') diff --git a/editor/editor_node.h b/editor/editor_node.h index 0ef2e8cbfc..12aa2a2f5d 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -125,7 +125,6 @@ private: FILE_SAVE_SCENE, FILE_SAVE_AS_SCENE, FILE_SAVE_ALL_SCENES, - FILE_SAVE_BEFORE_RUN, FILE_SAVE_AND_RUN, FILE_SHOW_IN_FILESYSTEM, FILE_IMPORT_SUBSCENE, -- cgit v1.2.3