You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
command palette improvements
This commit is contained in:
@@ -311,7 +311,7 @@ bool EditorInterface::is_distraction_free_mode_enabled() const {
|
||||
}
|
||||
|
||||
EditorCommandPalette *EditorInterface::get_command_palette() const {
|
||||
return EditorNode::get_singleton()->get_editor_command_palette();
|
||||
return EditorCommandPalette::get_singleton();
|
||||
}
|
||||
|
||||
EditorInterface *EditorInterface::singleton = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user