mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Fix critical issue with deleted entity being swapped with the last
Some checks failed
Some checks failed
This commit is contained in:
parent
1b96975b53
commit
3815c62442
1 changed files with 0 additions and 1 deletions
|
@ -946,7 +946,6 @@ local function archetype_delete(world: World, archetype: Archetype, row: number,
|
|||
end
|
||||
|
||||
entities[row] = move
|
||||
delete = entities[row]
|
||||
end
|
||||
|
||||
for _, id in id_types do
|
||||
|
|
Loading…
Reference in a new issue