diff Renderer/Engine/viewer.cc @ 1043:283b15633c0f

Merged ( app_loop should return 1, if you want to use allExecute )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 08 Dec 2010 00:04:02 +0900
parents b9cd0c88b69a b067fd5d8859
children ab1378fc4f72
line wrap: on
line diff
--- a/Renderer/Engine/viewer.cc	Tue Dec 07 23:59:46 2010 +0900
+++ b/Renderer/Engine/viewer.cc	Wed Dec 08 00:04:02 2010 +0900
@@ -315,7 +315,7 @@
 
     pixels = dev->flip_screen(pixels);
     sgroot->updateControllerState();
-    if (app->app_main(this)) {
+    if (app->app_loop(this)) {
 	//TaskArray を使うか使わないか
 	if (sgroot->gtask_array != NULL) {
 	    sgroot->create_task_array();