Skip to content

Commit

Permalink
Remove shadowed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Dec 26, 2024
1 parent 1ae0587 commit bfce07c
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 @@ -1603,7 +1603,6 @@ local function query_cached(query: QueryInner)
local compatible_archetypes = query.compatible_archetypes
local lastArchetype = 1

local ids = query.ids
local A, B, C, D, E, F, G, H, I = unpack(ids)
local a: Column, b: Column, c: Column, d: Column
local e: Column, f: Column, g: Column, h: Column
Expand Down

0 comments on commit bfce07c

Please sign in to comment.