mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Fix indent
This commit is contained in:
parent
81acedd56c
commit
f3de3a5367
1 changed files with 4 additions and 2 deletions
|
@ -441,7 +441,9 @@ local function id_record_ensure(world: World, id: number): ArchetypeMap
|
||||||
flags = bit32.bor(flags, ECS_ID_DELETE)
|
flags = bit32.bor(flags, ECS_ID_DELETE)
|
||||||
end
|
end
|
||||||
|
|
||||||
if world_has_any(world, relation, EcsOnAdd, EcsOnSet, EcsOnRemove) then
|
if world_has_any(world, relation,
|
||||||
|
EcsOnAdd, EcsOnSet, EcsOnRemove)
|
||||||
|
then
|
||||||
flags = bit32.bor(flags, ECS_ID_HAS_HOOKS)
|
flags = bit32.bor(flags, ECS_ID_HAS_HOOKS)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue