Skip to content

Commit

Permalink
speed -> stepsPerFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
padolsey committed Aug 21, 2011
1 parent 30b837c commit 07f0b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
a.play();

document.body.onclick = function() {
a.speed += 1;
a.stepsPerFrame += 1;
};

document.body.appendChild(a.canvas);
Expand Down

0 comments on commit 07f0b94

Please sign in to comment.