demos: add some fflushes for windows
This commit is contained in:
@@ -105,6 +105,7 @@ Redisplay(void)
|
||||
GLfloat fps = frames / seconds;
|
||||
printf("%d frames in %6.3f seconds = %6.3f FPS\n",
|
||||
frames, seconds, fps);
|
||||
fflush(stdout);
|
||||
t0 = t;
|
||||
frames = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user