Merge branch 'mesa_7_5_branch'
[mesa.git] / progs / demos / reflect.c
index 0bec0663bc2835d9162110e0c569f4d7253dad54..b72af12885d24c13643f0d3da30dc9b5431a0f7e 100644 (file)
@@ -401,6 +401,7 @@ DrawWindow(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;
       }