summaryrefslogtreecommitdiffstats
path: root/editor/editor_export.cpp
diff options
context:
space:
mode:
authorjmb462 <jmb462@gmail.com>2022-02-16 00:52:32 +0100
committerJean-Michel Bernard <jmb462@gmail.com>2022-02-16 11:38:24 +0100
commitdcd2a92af3cc85b50ee2c02dc64589da6d429e8c (patch)
treef46c8abb14e2677131c058625e9dee57babf131e /editor/editor_export.cpp
parentf5b9cbaff6f0a058d08187b3124948ae68848cd0 (diff)
downloadredot-engine-dcd2a92af3cc85b50ee2c02dc64589da6d429e8c.tar.gz
Port existing _notification code to use switch statements (part 1/3)
Diffstat (limited to 'editor/editor_export.cpp')
-rw-r--r--editor/editor_export.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_export.cpp b/editor/editor_export.cpp
index 98ae459c76..295b477080 100644
--- a/editor/editor_export.cpp
+++ b/editor/editor_export.cpp
@@ -1544,6 +1544,7 @@ void EditorExport::_notification(int p_what) {
case NOTIFICATION_ENTER_TREE: {
load_config();
} break;
+
case NOTIFICATION_PROCESS: {
update_export_presets();
} break;