You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Add EditorUndoRedoManager singleton
This commit is contained in:
@@ -43,7 +43,7 @@ class OpenXRActionEditor : public HBoxContainer {
|
||||
GDCLASS(OpenXRActionEditor, HBoxContainer);
|
||||
|
||||
private:
|
||||
Ref<EditorUndoRedoManager> undo_redo;
|
||||
EditorUndoRedoManager *undo_redo;
|
||||
Ref<OpenXRAction> action;
|
||||
|
||||
LineEdit *action_name = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user