Skip to content

Commit

Permalink
Fix delayed queues.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Jul 7, 2013
1 parent 6c32f84 commit 5a38001
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -220,7 +220,7 @@ public void run() {
// Turn the engine
revolve();
}
}, ticks, ticks);
}, delayTicks, ticks);
// If the ticks are 0, this is an 'instant queue'
else
{
Expand Down

0 comments on commit 5a38001

Please sign in to comment.