Save on draw calls

This commit is contained in:
2025-03-17 19:40:50 +03:00
parent 8e140fb878
commit ea792d8ea9
101 changed files with 2141 additions and 13712 deletions

View File

@@ -681,7 +681,7 @@ struct LotPacker {
break;
}
}
assert(!good || cell_count > 0);
// assert(!good || cell_count > 0);
return !good;
}
AABB pack_item(flecs::entity e, const AABB &item_aabb_,