diff nodejs/testcase.js @ 697:6ddc8b42188f

Merge from HEAD
author wycc
date Mon, 09 Aug 2010 16:43:27 +0800
parents f46a0771fd30 8b7964869f7a
children 0b98bdc53215
line wrap: on
line diff
--- a/nodejs/testcase.js	Mon Aug 09 16:41:54 2010 +0800
+++ b/nodejs/testcase.js	Mon Aug 09 16:43:27 2010 +0800
@@ -57,6 +57,7 @@
 	var deg = (i++) * 0.1;
 	coord[2] = (i % 20) * 10;
 	mb_rt.redraw_changed();
+	mb_rt.flush();
     }, 20);
 setTimeout(function() { sys.puts("timeout"); }, 1000);