[client] main: allow 'catchup' when using jitRender

This commit is contained in:
Geoffrey McRae
2021-08-01 19:32:01 +10:00
parent 986f92d0db
commit 695b7b793c
2 changed files with 18 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ struct AppState
RingBuffer renderTimings;
RingBuffer frameTimings;
atomic_uint_least64_t pendingCount;
atomic_uint_least64_t renderCount, frameCount;
_Atomic(float) fps, ups;