mirror of
https://github.com/Ukendio/jecs.git
synced 2025-09-18 14:29:18 +00:00
Add 0 term cached queries
Some checks are pending
Some checks are pending
This commit is contained in:
parent
8ed8c2a0e0
commit
690e9ec4d7
1 changed files with 3 additions and 0 deletions
|
@ -1607,6 +1607,9 @@ local function query_cached(query: QueryInner)
|
|||
local lastArchetype = 1
|
||||
|
||||
local A, B, C, D, E, F, G, H, I = unpack(ids :: { Id })
|
||||
if not A then
|
||||
A = query.filter_with[1]
|
||||
end
|
||||
local a: Column, b: Column, c: Column, d: Column
|
||||
local e: Column, f: Column, g: Column, h: Column
|
||||
|
||||
|
|
Loading…
Reference in a new issue