Remove tostring

This commit is contained in:
Ukendio 2024-05-26 03:08:30 +02:00
parent def75e3b49
commit 41734e37c9

View file

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