mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Praise StyLua Gods
This commit is contained in:
parent
e4b266d3d5
commit
4fc36261c2
1 changed files with 2 additions and 2 deletions
|
@ -465,8 +465,8 @@ local function id_record_ensure(world: World, id: number): IdRecord
|
||||||
hooks = {
|
hooks = {
|
||||||
on_add = on_add,
|
on_add = on_add,
|
||||||
on_set = on_set,
|
on_set = on_set,
|
||||||
on_remove = on_remove
|
on_remove = on_remove,
|
||||||
}
|
},
|
||||||
} :: IdRecord
|
} :: IdRecord
|
||||||
componentIndex[id] = idr
|
componentIndex[id] = idr
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue