Skip to content

Commit

Permalink
Cast refs to GraphEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Oct 2, 2024
1 parent ca3cc06 commit 9d3b12e
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 @@ -520,7 +520,7 @@ local function archetype_create(world: World, types: { i24 }, ty, prev: i53?): A

local archetype: Archetype = {
columns = columns,
node = { add = {}, remove = {}, refs = {} },
node = { add = {}, remove = {}, refs = {} :: GraphEdge },
entities = {},
id = archetype_id,
records = records,
Expand Down

0 comments on commit 9d3b12e

Please sign in to comment.