diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-24 16:49:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 16:49:51 +0200 |
| commit | c8c0f218809aede4bd066a0b06aded8167da2554 (patch) | |
| tree | 2eb9c5e5f80f7e8d539de23c6b96eae18883333b /editor/editor_node.cpp | |
| parent | 4698dc67b575a93d83933147207b0e57e7a58672 (diff) | |
| parent | c78cbb523fda2ce682219a7eb5693a64859d5b6e (diff) | |
Merge pull request #64780 from YuriSizov/editor-color-conversion-map
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 1 |
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(); |