Default framecount_show to off.

This commit is contained in:
Tatsuya79 2018-11-29 22:40:23 +01:00 committed by GitHub
parent 1caf10e1e9
commit 3934cec597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,7 +550,7 @@ static const int wasapi_sh_buffer_length = -16; /* auto */
static const bool fps_show = false;
/* Enables displaying the current frame count. */
static const bool framecount_show = true;
static const bool framecount_show = false;
/* Includes displaying the current memory usage/total with FPS/Frames. */
static const bool memory_show = false;