mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Remove redundant TODO
This commit is contained in:
parent
ec833464a5
commit
ebc916c7ef
1 changed files with 0 additions and 1 deletions
|
@ -360,7 +360,6 @@ function World.entity(world: World): i53
|
||||||
return nextEntityId(world.entityIndex, entityId + EcsRest)
|
return nextEntityId(world.entityIndex, entityId + EcsRest)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- TODO:
|
|
||||||
-- TODO:
|
-- TODO:
|
||||||
-- should have an additional `nth` parameter which selects the nth target
|
-- should have an additional `nth` parameter which selects the nth target
|
||||||
-- this is important when an entity can have multiple relationships with the same target
|
-- this is important when an entity can have multiple relationships with the same target
|
||||||
|
|
Loading…
Reference in a new issue