mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Remove random testkit call
This commit is contained in:
parent
659b858f5a
commit
5533cd1c64
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ EmptyQuery.__index = EmptyQuery
|
|||
setmetatable(EmptyQuery, EmptyQuery)
|
||||
|
||||
export type Query = typeof(EmptyQuery)
|
||||
local testkit = require("../testkit")
|
||||
|
||||
function World.query(world: World, ...: i53): Query
|
||||
-- breaking?
|
||||
if (...) == nil then
|
||||
|
|
Loading…
Reference in a new issue