diff --git a/source/core/inputstate.h b/source/core/inputstate.h index 4fadf21bd..4782fb79f 100644 --- a/source/core/inputstate.h +++ b/source/core/inputstate.h @@ -108,7 +108,7 @@ extern bool gamesetinput; inline bool SyncInput() { - return gamesetinput || cl_syncinput; + return gamesetinput || cl_syncinput || cl_capfps; } inline float backendinputscale()