mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Should return noop
This commit is contained in:
parent
48cc4dc7d5
commit
1b6cdd4791
1 changed files with 1 additions and 3 deletions
|
@ -686,9 +686,7 @@ do
|
||||||
|
|
||||||
local EmptyQuery: Query = {
|
local EmptyQuery: Query = {
|
||||||
__iter = function(): Item
|
__iter = function(): Item
|
||||||
return function()
|
return noop
|
||||||
return 1
|
|
||||||
end
|
|
||||||
end,
|
end,
|
||||||
next = noop :: Item,
|
next = noop :: Item,
|
||||||
replace = noop :: (Query, ...any) -> (),
|
replace = noop :: (Query, ...any) -> (),
|
||||||
|
|
Loading…
Reference in a new issue