diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-05-07 19:27:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-07 19:27:32 -0300 |
commit | 633bbdb2318a9776b651264ea6146bd805a16fb8 (patch) | |
tree | 812348e4be2f405683a710eafdb2c06cd852996f /main/main.h | |
parent | 9f2d54cd6827e39799b85bf306d0fc98ce5941bd (diff) | |
parent | d5abd4eb750387c95d1040e7613f98bd816c58bb (diff) |
Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1
Use hysteresis for smoother physics update frequency
Diffstat (limited to 'main/main.h')
-rw-r--r-- | main/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.h b/main/main.h index 8b805fa1d0..c20592bf3b 100644 --- a/main/main.h +++ b/main/main.h @@ -44,7 +44,6 @@ class Main { static void print_help(const char *p_binary); static uint64_t last_ticks; static uint64_t target_ticks; - static float time_accum; static uint32_t frames; static uint32_t frame; static bool force_redraw_requested; |