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