diff Renderer/Engine/viewerPS3.cc @ 985:e40dd2384357

fix light data update
author root@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 01 Oct 2010 02:49:38 +0900
parents df5185513c2d
children 0b6f8c82625a
line wrap: on
line diff
--- a/Renderer/Engine/viewerPS3.cc	Fri Oct 01 01:25:45 2010 +0900
+++ b/Renderer/Engine/viewerPS3.cc	Fri Oct 01 02:49:38 2010 +0900
@@ -80,7 +80,7 @@
 ViewerPS3::flip_screen(uint32_t *old)
 {
         // At the vsync, the previous frame is finished sending to the CRT
-        cp_fb_wait_vsync( &fb );
+        // cp_fb_wait_vsync( &fb );
 
         // Send the frame just drawn to the CRT by the next vblank
         cp_fb_flip( &fb, frame_ndx );