You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Split dependency logic
Split FOG Split visibility notifier Final cleanup of storage classes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user