mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix missing setting error when starting the editor
This commit is contained in:
parent
0fdb93cde6
commit
256e2f00ba
1 changed files with 2 additions and 0 deletions
|
|
@ -7897,6 +7897,8 @@ EditorNode::EditorNode() {
|
|||
theme = EditorThemeManager::generate_theme();
|
||||
DisplayServer::set_early_window_clear_color_override(true, theme->get_color(SNAME("background"), EditorStringName(Editor)));
|
||||
|
||||
EDITOR_DEF("_export_preset_advanced_mode", false); // Could be accessed in EditorExportPreset.
|
||||
|
||||
register_exporters();
|
||||
|
||||
ED_SHORTCUT("canvas_item_editor/pan_view", TTRC("Pan View"), Key::SPACE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue