mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- commit fix - todo: need to re-double/floatify the model timers again
This commit is contained in:
parent
fd5b8cdbf7
commit
16e6fbf5bf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue