minor tweaks

This commit is contained in:
jonobr1 2011-01-28 20:27:17 -07:00
parent d3effd0e8a
commit d3dc2fd566

View File

@ -101,7 +101,7 @@ function FizzyText(message) {
// Called once per frame, updates the animation. // Called once per frame, updates the animation.
var render = function () { var render = function () {
that.framesRendered ++; that.framesRendered ++;
g.clearRect(0, 0, width, height); g.clearRect(0, 0, width, height);