diff --git a/lib/init.lua b/lib/init.lua index 4f8f435..b2d56dc 100644 --- a/lib/init.lua +++ b/lib/init.lua @@ -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