diff Renderer/Engine/viewer.cc @ 998:ad5232ad4952

add fb_test, minor fix
author yutaka@localhost.localdomain
date Fri, 15 Oct 2010 02:13:55 +0900
parents 33616b2789de
children 67ff44a08090
line wrap: on
line diff
--- a/Renderer/Engine/viewer.cc	Thu Oct 14 18:05:27 2010 +0900
+++ b/Renderer/Engine/viewer.cc	Fri Oct 15 02:13:55 2010 +0900
@@ -904,7 +904,7 @@
 
     if (profile) {
 	if (frames % 50 == 49) {
-	   manager->show_profile();
+	  manager->show_profile();
            this_time = get_ticks();
            if (this_time != start_time) {
               printf("\n%f FPS\n", ((((float)frames)*1000.0)/(this_time-start_time)));