X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fmain.h;h=88aebfed7e7d9826eaadb5f1f10990ac9f9540a4;hb=35f1190c8c8036ed11180656769cf0c1cbf7c2b3;hp=5ca71efe5db9a06c83d315b38db64abe76557e38;hpb=d9c0c3792133f87cd224dc22be428be8ddc016d8;p=ipdf%2Fcode.git diff --git a/src/main.h b/src/main.h index 5ca71ef..88aebfe 100644 --- a/src/main.h +++ b/src/main.h @@ -94,7 +94,7 @@ inline void MainLoop(Document & doc, Screen & scr, View & view) clock_gettime(CLOCK_MONOTONIC_RAW, &real_clock_start); real_clock_now = real_clock_start; double frames = 0; - double data_rate = 1; // period between data output to stdout (if <= 0 there will be no output) + double data_rate = 0; // period between data output to stdout (if <= 0 there will be no output) uint64_t data_points = 0; setbuf(stdout, NULL); while (scr.PumpEvents())