Revert "Make the performance reporting update frequency customizable"

This commit is contained in:
Juan Linietsky
2018-05-28 08:47:09 -03:00
committed by GitHub
parent 856d945248
commit 5bb412f389
6 changed files with 8 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ class Main {
static void print_help(const char *p_binary);
static uint64_t last_ticks;
static uint64_t target_ticks;
static Array frame_times;
static uint32_t frames;
static uint32_t frame;
static bool force_redraw_requested;