mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Add iter shim to EmptyQuery
This commit is contained in:
parent
a73eeb1a4f
commit
f2e2defddf
1 changed files with 3 additions and 0 deletions
|
@ -727,6 +727,9 @@ do
|
|||
__iter = function(): Item
|
||||
return noop
|
||||
end,
|
||||
iter = function(): Item
|
||||
return noop
|
||||
end,
|
||||
drain = Arm,
|
||||
next = noop :: Item,
|
||||
replace = noop :: (Query, ...any) -> (),
|
||||
|
|
Loading…
Reference in a new issue