diff nodejs/animate.js @ 858:ed49dc0a26f1 abs_n_rel_center

Move lightbar to correct position when it being up
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 20 Sep 2010 22:43:44 +0800
parents ea1e88c40548
children 9303fb45a958
line wrap: on
line diff
--- a/nodejs/animate.js	Mon Sep 20 22:43:44 2010 +0800
+++ b/nodejs/animate.js	Mon Sep 20 22:43:44 2010 +0800
@@ -139,7 +139,6 @@
     mtx = multiply(scale, sh1);
     mtx = multiply(sh2, mtx);
     mtx = multiply(this.orig_mtx, mtx);
-    sys.puts([obj[0], obj[1], obj[2], obj[3], obj[4], obj[5]]);
     obj[0] = mtx[0];
     obj[1] = mtx[1];
     obj[2] = mtx[2];