You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Rename queue_delete => queue_free
# Conflicts: # editor/plugins/tiles/tiles_editor_plugin.cpp
This commit is contained in:
@@ -131,7 +131,7 @@ void TilesEditorPlugin::_thread() {
|
||||
Callable::CallError error;
|
||||
item.callback.callp(args_ptr, 2, r, error);
|
||||
|
||||
viewport->queue_delete();
|
||||
viewport->queue_free();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user