mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Remove world.target and world.remove wrappers
This commit is contained in:
parent
ec46cf374b
commit
483224edaf
1 changed files with 0 additions and 6 deletions
|
@ -1709,12 +1709,6 @@ if _G.__JECS_DEBUG then
|
|||
|
||||
return world_get(world, entity, ...)
|
||||
end
|
||||
|
||||
World.target = function(world, entity, relation, index)
|
||||
return world_target(world, entity, relation, index)
|
||||
end
|
||||
|
||||
World.remove = function() end
|
||||
end
|
||||
|
||||
function World.new()
|
||||
|
|
Loading…
Reference in a new issue