You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Rename queue_delete => queue_free
# Conflicts: # editor/plugins/tiles/tiles_editor_plugin.cpp
This commit is contained in:
@@ -140,7 +140,7 @@ void OpenXRActionSetEditor::_on_remove_action(Object *p_action_editor) {
|
||||
// And remove it....
|
||||
action_map->remove_action(action->get_name_with_set()); // remove it from the set and any interaction profile it relates to
|
||||
actions_vb->remove_child(action_editor);
|
||||
action_editor->queue_delete();
|
||||
action_editor->queue_free();
|
||||
|
||||
// Let action map editor know so we can update our interaction profiles
|
||||
emit_signal("action_removed");
|
||||
|
||||
Reference in New Issue
Block a user