Remove redundant TODO

This commit is contained in:
Ukendio 2024-07-03 02:13:35 +02:00
parent ec833464a5
commit ebc916c7ef

View file

@ -360,7 +360,6 @@ function World.entity(world: World): i53
return nextEntityId(world.entityIndex, entityId + EcsRest)
end
-- TODO:
-- TODO:
-- 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