commit | e6479c62504ec828e25cd6b46f8999f3a26a482c | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Tue Feb 24 12:02:24 2009 +0000 |
committer | Keith Whitwell <keithw@vmware.com> | Tue Feb 24 12:14:50 2009 +0000 |
tree | 7579abb310a4e9dce86ca569967cce8eff5b9780 | |
parent | b1ac00dc8d283f82a7f74bc435b5131311b2df86 [diff] [blame] |
demos: add some fflushes for windows
diff --git a/progs/demos/streaming_rect.c b/progs/demos/streaming_rect.c index 294f9c3..f65ac4c 100644 --- a/progs/demos/streaming_rect.c +++ b/progs/demos/streaming_rect.c
@@ -153,6 +153,7 @@ GLfloat fps = Frames / seconds; printf("%d frames in %6.3f seconds = %6.3f FPS\n", Frames, seconds, fps); + fflush(stdout); drift_increment = 2.2 * seconds / Frames; T0 = t;