mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Remove tostring
This commit is contained in:
parent
def75e3b49
commit
41734e37c9
1 changed files with 0 additions and 4 deletions
|
@ -798,10 +798,6 @@ function World.query(world: World, ...): Query
|
|||
end
|
||||
end
|
||||
|
||||
function preparedQuery:__tostring()
|
||||
return "query"
|
||||
end
|
||||
|
||||
local function iter()
|
||||
local archetype = compatibleArchetype.archetype
|
||||
local row: number = next(archetype.entities, lastRow) :: number
|
||||
|
|
Loading…
Reference in a new issue