mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30: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
|
__iter = function(): Item
|
||||||
return noop
|
return noop
|
||||||
end,
|
end,
|
||||||
|
iter = function(): Item
|
||||||
|
return noop
|
||||||
|
end,
|
||||||
drain = Arm,
|
drain = Arm,
|
||||||
next = noop :: Item,
|
next = noop :: Item,
|
||||||
replace = noop :: (Query, ...any) -> (),
|
replace = noop :: (Query, ...any) -> (),
|
||||||
|
|
Loading…
Reference in a new issue