Compare commits

...

2 commits

Author SHA1 Message Date
Raghav Arora
86de60f97f
Merge 4a5a425a9c into 3815c62442 2025-02-21 00:11:38 +01:00
Ukendio
3815c62442 Fix critical issue with deleted entity being swapped with the last
Some checks failed
analysis / Run Luau Analyze (push) Has been cancelled
deploy-docs / build (push) Has been cancelled
publish-npm / publish (push) Has been cancelled
unit-testing / Run Luau Tests (push) Has been cancelled
deploy-docs / Deploy (push) Has been cancelled
2025-02-20 22:55:07 +01:00

View file

@ -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