mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Split dependency logic
Split FOG Split visibility notifier Final cleanup of storage classes
This commit is contained in:
parent
6a7471b204
commit
ecfcfd97fa
86 changed files with 2275 additions and 1956 deletions
|
@ -128,3 +128,9 @@ const Rect2 &RendererCanvasRender::Item::get_rect() const {
|
|||
rect_dirty = false;
|
||||
return rect;
|
||||
}
|
||||
|
||||
RendererCanvasRender::Item::CommandMesh::~CommandMesh() {
|
||||
if (mesh_instance.is_valid()) {
|
||||
RSG::mesh_storage->mesh_free(mesh_instance);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue