added fflush(stdout)

pull/114/head
alanbjohnston 5 years ago committed by GitHub
parent bb29bdab7f
commit 1d275ef56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -573,6 +573,7 @@ int main(int argc, char * argv[]) {
loopTime = millis();
while (loop-- != 0) {
fflush(stdout);
fflush(stderr);
// frames_sent++;

Loading…
Cancel
Save

Powered by TurnKey Linux.