Unify usage of undo_redo in editor
This commit is contained in:
parent
604abb434f
commit
15831e381b
47 changed files with 205 additions and 224 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue