X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=progs%2Fdemos%2Freflect.c;h=b72af12885d24c13643f0d3da30dc9b5431a0f7e;hb=a04af335a42ce3b28e59ff9b85b2bd433a9d7b12;hp=0bec0663bc2835d9162110e0c569f4d7253dad54;hpb=693a66aea94c9a043e9c056395cd4f6c29bee9e7;p=mesa.git diff --git a/progs/demos/reflect.c b/progs/demos/reflect.c index 0bec0663bc2..b72af12885d 100644 --- a/progs/demos/reflect.c +++ b/progs/demos/reflect.c @@ -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; }