Skip to content

Commit

Permalink
Remove indices
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Jul 26, 2024
1 parent 0f8f934 commit 65984b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@ do
end

local world_has: (world: World, entityId: number, ...i53) -> boolean

do
function world_has(world, entity_id, ...)
local id = entity_id
Expand Down Expand Up @@ -832,6 +831,7 @@ do

if shouldRemove then
table.remove(compatible_archetypes, i)
table.remove(column_indices, i)
end
end

Expand Down

0 comments on commit 65984b6

Please sign in to comment.