From 16e6fbf5bff037d3b2bb48938cf1d88ad0f68932 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Thu, 23 Nov 2017 21:12:50 -0500 Subject: [PATCH] - commit fix - todo: need to re-double/floatify the model timers again --- src/gl/models/gl_models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl/models/gl_models.cpp b/src/gl/models/gl_models.cpp index 70c4da18db..f05bd7d3cc 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; } /////////////////////////////////////////////////////////////////////////////