mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Unify usage of undo_redo in editor
This commit is contained in:
@@ -967,7 +967,7 @@ void EditorPlugin::_bind_methods() {
|
||||
}
|
||||
|
||||
Ref<EditorUndoRedoManager> EditorPlugin::get_undo_redo() {
|
||||
return undo_redo;
|
||||
return EditorNode::get_undo_redo();
|
||||
}
|
||||
|
||||
EditorPluginCreateFunc EditorPlugins::creation_funcs[MAX_CREATE_FUNCS];
|
||||
|
||||
Reference in New Issue
Block a user