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 = {
|
||||
__iter = function(): Item
|
||||
return function()
|
||||
return 1
|
||||
end
|
||||
return noop
|
||||
end,
|
||||
next = noop :: Item,
|
||||
replace = noop :: (Query, ...any) -> (),
|
||||
|
|
Loading…
Reference in a new issue