Remove world.target and world.remove wrappers

This commit is contained in:
EncodedVenom 2024-09-29 18:04:22 -04:00 committed by GitHub
parent ec46cf374b
commit 483224edaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()