diff --git a/src/gl/models/gl_models.cpp b/src/gl/models/gl_models.cpp index 70c4da18d..f05bd7d3c 100644 --- a/src/gl/models/gl_models.cpp +++ b/src/gl/models/gl_models.cpp @@ -384,7 +384,7 @@ void FGLModelRenderer::DrawElements(int primitiveType, int numIndices, int eleme float FGLModelRenderer::GetTimeFloat() { - return (float)I_MSTime() * (float)TICRATE / 1000.0f; + return (float)I_msTime() * (float)TICRATE / 1000.0f; } /////////////////////////////////////////////////////////////////////////////