You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix missing undo/redo object and issue with removing actions
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
/*************************************************************************/
|
||||
|
||||
#include "openxr_action_set_editor.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "openxr_action_editor.h"
|
||||
|
||||
void OpenXRActionSetEditor::_bind_methods() {
|
||||
@@ -211,6 +212,7 @@ void OpenXRActionSetEditor::set_focus_on_entry() {
|
||||
}
|
||||
|
||||
OpenXRActionSetEditor::OpenXRActionSetEditor(Ref<OpenXRActionMap> p_action_map, Ref<OpenXRActionSet> p_action_set) {
|
||||
undo_redo = EditorNode::get_undo_redo();
|
||||
action_map = p_action_map;
|
||||
action_set = p_action_set;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user