summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-24 16:49:51 +0200
committerGitHub <noreply@github.com>2022-08-24 16:49:51 +0200
commitc8c0f218809aede4bd066a0b06aded8167da2554 (patch)
tree2eb9c5e5f80f7e8d539de23c6b96eae18883333b /editor/editor_node.cpp
parent4698dc67b575a93d83933147207b0e57e7a58672 (diff)
parentc78cbb523fda2ce682219a7eb5693a64859d5b6e (diff)
Merge pull request #64780 from YuriSizov/editor-color-conversion-map
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 13dd1062eb..4aedd98bd3 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -6227,6 +6227,7 @@ EditorNode::EditorNode() {
add_child(editor_export);
// Exporters might need the theme.
+ EditorColorMap::create();
theme = create_custom_theme();
register_exporters();