Sync to released Jecs 0.5.5-nightly.20250414T001100Z (#33)
Reviewed-on: #33
This commit is contained in:
parent
024bb62b3b
commit
cc5c602d19
7 changed files with 16 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue