mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Cast refs to GraphEdge
This commit is contained in:
parent
ca3cc06400
commit
9d3b12e1fe
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ local function archetype_create(world: World, types: { i24 }, ty, prev: i53?): A
|
||||||
|
|
||||||
local archetype: Archetype = {
|
local archetype: Archetype = {
|
||||||
columns = columns,
|
columns = columns,
|
||||||
node = { add = {}, remove = {}, refs = {} },
|
node = { add = {}, remove = {}, refs = {} :: GraphEdge },
|
||||||
entities = {},
|
entities = {},
|
||||||
id = archetype_id,
|
id = archetype_id,
|
||||||
records = records,
|
records = records,
|
||||||
|
|
Loading…
Reference in a new issue