- re-doubled the model rotation code

This commit is contained in:
Rachael Alexanderson 2017-11-23 21:27:16 -05:00
commit 1f00810f40
4 changed files with 7 additions and 7 deletions

View file

@ -175,7 +175,7 @@ void PolyModelRenderer::DrawElements(int primitiveType, int numIndices, int elem
args.DrawElements(Thread, VertexBuffer, IndexBuffer + offset / sizeof(unsigned int), numIndices);
}
float PolyModelRenderer::GetTimeFloat()
double PolyModelRenderer::GetTimeFloat()
{
return 0.0f; // (float)gl_frameMS * (float)TICRATE / 1000.0f;
}