diff --git a/src/gl/models/gl_models.cpp b/src/gl/models/gl_models.cpp index 4b7054c2a..6ef0acbfc 100644 --- a/src/gl/models/gl_models.cpp +++ b/src/gl/models/gl_models.cpp @@ -55,7 +55,7 @@ static inline float GetTimeFloat() { - return (float)I_MSTime() * (float)TICRATE / 1000.0f; + return (float)gl_frameMS * (float)TICRATE / 1000.0f; } CVAR(Bool, gl_interpolate_model_frames, true, CVAR_ARCHIVE)