X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=progs%2Fdemos%2Ftexcyl.c;h=0e6089bced54e977eefff53845d16e28b5cc9686;hb=5e6d21afa4efe033e27b980cc26266c3db6d9021;hp=e3b0303975911fd6d856ff9f4a67335a267c1c83;hpb=f25a90ed222216d89b3cd33ec60647ff78286074;p=mesa.git diff --git a/progs/demos/texcyl.c b/progs/demos/texcyl.c index e3b03039759..0e6089bced5 100644 --- a/progs/demos/texcyl.c +++ b/progs/demos/texcyl.c @@ -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; }