summaryrefslogtreecommitdiff
path: root/src/demos/tunnel2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/tunnel2.c')
-rw-r--r--src/demos/tunnel2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demos/tunnel2.c b/src/demos/tunnel2.c
index 800ea7b0..1126a385 100644
--- a/src/demos/tunnel2.c
+++ b/src/demos/tunnel2.c
@@ -491,6 +491,7 @@ draw(void)
GLfloat fps = Frames / seconds;
sprintf(frbuf, "Frame rate: %f", fps);
printf("%s\n", frbuf);
+ fflush(stdout);
T0 = t;
Frames = 0;
}