summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-09-15 10:50:43 +0200
committerGitHub <noreply@github.com>2021-09-15 10:50:43 +0200
commitc2083160b11a15a533ee37169d96f9d6e7414645 (patch)
tree0af158c98351d93a4682e77cfcf08b54d3cdc8e9 /editor/editor_node.h
parent173c0f8737ff60c433303e3023a0852faa3cb352 (diff)
parent9954544be8354041fb1070e5a594a115df33220f (diff)
Merge pull request #41036 from nathanfranke/default-2d-editor
Make default main screen plugin work even if 2D and 3D are disabled in editor features
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 488957b1df..5a44d47d59 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -682,6 +682,8 @@ private:
bool immediate_dialog_confirmed = false;
void _immediate_dialog_confirmed();
+ void _select_default_main_screen_plugin();
+
protected:
void _notification(int p_what);