mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Fix next call
This commit is contained in:
parent
f64158389a
commit
f65c3503a9
1 changed files with 1 additions and 2 deletions
|
@ -208,7 +208,6 @@ TEST("world:add()", function()
|
|||
end
|
||||
end)
|
||||
|
||||
|
||||
TEST("world:query()", function()
|
||||
do CASE "query single component"
|
||||
do
|
||||
|
@ -779,7 +778,7 @@ do
|
|||
break
|
||||
end
|
||||
|
||||
id, new, old = q:next()
|
||||
id, new, old = q.next()
|
||||
end
|
||||
|
||||
add[id] = new
|
||||
|
|
Loading…
Reference in a new issue