mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +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, ...)
|
return world_get(world, entity, ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
World.target = function(world, entity, relation, index)
|
|
||||||
return world_target(world, entity, relation, index)
|
|
||||||
end
|
|
||||||
|
|
||||||
World.remove = function() end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function World.new()
|
function World.new()
|
||||||
|
|
Loading…
Reference in a new issue