Skip to content

Commit

Permalink
Fix critical issue with deleted entity being swapped with the last
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Feb 20, 2025
1 parent 1b96975 commit 3815c62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jecs.luau
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3815c62

Please sign in to comment.