Skip to content

Commit

Permalink
quarks timer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Braitsch committed May 22, 2012
1 parent 1ab778f commit 9d6baef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery/quarks/quarks.js
Expand Up @@ -18,7 +18,7 @@ function init()
canvas.interactive = true;
canvas.windowTitle = 'Quarks » Right Click & Select Save Image As';
canvas.click = onCanvasClick;
canvas.run(onCanvasTimer, 5); canvas.run(move);
canvas.run(onCanvasTimer, .5); canvas.run(move);
}

function onCanvasClick(e)
Expand Down

0 comments on commit 9d6baef

Please sign in to comment.