Merge branch 'mesa_7_6_branch'
[mesa.git] / progs / demos / texcyl.c
index e3b0303975911fd6d856ff9f4a67335a267c1c83..0e6089bced54e977eefff53845d16e28b5cc9686 100644 (file)
@@ -79,6 +79,7 @@ static void Display( void )
          GLfloat seconds = (t - T0) / 1000.0;
          GLfloat fps = Frames / seconds;
          printf("%d frames in %g seconds = %g FPS\n", Frames, seconds, fps);
+         fflush(stdout);
          T0 = t;
          Frames = 0;
       }