You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Merge pull request #67445 from Zylann/rename_queue_delete
Rename queue_delete => queue_free
This commit is contained in:
@@ -3266,7 +3266,7 @@ void SceneTreeDock::_update_create_root_dialog() {
|
||||
EditorSettings::get_singleton()->save();
|
||||
if (node_shortcuts_toggle->is_pressed()) {
|
||||
for (int i = 0; i < favorite_node_shortcuts->get_child_count(); i++) {
|
||||
favorite_node_shortcuts->get_child(i)->queue_delete();
|
||||
favorite_node_shortcuts->get_child(i)->queue_free();
|
||||
}
|
||||
|
||||
Ref<FileAccess> f = FileAccess::open(EditorPaths::get_singleton()->get_project_settings_dir().path_join("favorites.Node"), FileAccess::READ);
|
||||
|
||||
Reference in New Issue
Block a user