Merge branch 'mesa_7_6_branch'
[mesa.git] / progs / demos / gloss.c
index b2126e32678416c86d239151316f564120d48d18..69694b23a09bc5cb44782a435da30761a39214fa 100644 (file)
@@ -132,6 +132,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;
       }