Remove unused param
This commit is contained in:
parent
51c80fa427
commit
48a9854653
|
@ -23,7 +23,7 @@ end
|
|||
function testActionQueueExpiration()
|
||||
actionQueue.queue = {}
|
||||
local yieldCount = 0
|
||||
actionQueue:upsert("testAction", 2000, function(delta)
|
||||
actionQueue:upsert("testAction", 2000, function()
|
||||
while true do
|
||||
yieldCount = yieldCount + 1
|
||||
coroutine.yield()
|
||||
|
|
Loading…
Reference in New Issue