progs/demos: Update ignore
[mesa.git] / progs / demos / arbfslight.c
index a84491d34fea0972d28904b32840e58181b4f92f..275c85105ede20ba13bd7d7744dd434f964314bc 100644 (file)
@@ -105,6 +105,7 @@ static void Redisplay (void)
                        GLfloat seconds = (GLfloat) (t - t0) / 1000.0f;
                        GLfloat fps = frames / seconds;
                        printf ("%d frames in %6.3f seconds = %6.3f FPS\n", frames, seconds, fps);
+                        fflush(stdout);
                        t0 = t;
                        frames = 0;
                }