mirror of
https://github.com/Ukendio/jecs.git
synced 2026-05-13 14:24:14 +00:00
remove redundant fn call (shoutout to nnullcolumn for spotting this)
This commit is contained in:
parent
a062172a9b
commit
eeb194cff9
1 changed files with 1 additions and 1 deletions
|
|
@ -3348,7 +3348,7 @@ local function world_new(DEBUG: boolean?)
|
||||||
if nth == end_count then
|
if nth == end_count then
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
local target = dense_array[sparse_array[ECS_ID(ECS_PAIR_SECOND(archetype_types[nth]))].dense]
|
local target = dense_array[sparse_array[ECS_PAIR_SECOND(archetype_types[nth])].dense]
|
||||||
nth += 1
|
nth += 1
|
||||||
return target
|
return target
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue