Sync to released Jecs 0.5.5-nightly.20250414T001100Z (#33)

Reviewed-on: #33
This commit is contained in:
marked 2025-04-14 02:11:20 +02:00
parent 024bb62b3b
commit cc5c602d19
7 changed files with 16 additions and 19 deletions

View file

@ -1260,7 +1260,7 @@ local function world_delete(world: ecs_world_t, entity: i53)
local tr = idr_r_archetype.records[rel]
local tr_count = idr_r_archetype.counts[rel]
local types = idr_r_archetype.types
for i = tr, tr_count - 1 do
for i = tr, tr_count do
ids[types[tr]] = true
end
local n = #entities