From 41734e37c98003c9975ff70b6a704d7fcf306b84 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Sun, 26 May 2024 03:08:30 +0200 Subject: [PATCH] Remove tostring --- lib/init.lua | 4 ---- 1 file changed, 4 deletions(-) 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