minor tweaks

This commit is contained in:
jonobr1 2011-01-28 20:27:17 -07:00
parent 2dc271fa44
commit 54d198cac5

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);