summaryrefslogtreecommitdiff
path: root/progs/demos/arbfslight.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-02-24 12:02:24 +0000
committerKeith Whitwell <keithw@vmware.com>2009-02-24 12:14:50 +0000
commite6479c62504ec828e25cd6b46f8999f3a26a482c (patch)
tree7579abb310a4e9dce86ca569967cce8eff5b9780 /progs/demos/arbfslight.c
parentb1ac00dc8d283f82a7f74bc435b5131311b2df86 (diff)
demos: add some fflushes for windows
Diffstat (limited to 'progs/demos/arbfslight.c')
-rw-r--r--progs/demos/arbfslight.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/arbfslight.c b/progs/demos/arbfslight.c
index a84491d34f..275c85105e 100644
--- a/progs/demos/arbfslight.c
+++ b/progs/demos/arbfslight.c
@@ -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;
}