mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Template-ize hsTimer return values.
This commit is contained in:
@ -153,7 +153,7 @@ void plDTProgressMgr::Draw( plPipeline *p )
|
||||
|
||||
if (fActivePlate)
|
||||
{
|
||||
float currentMs = hsTimer::FullTicksToMs(hsTimer::GetFullTickCount());
|
||||
float currentMs = hsTimer::GetMilliSeconds<float>();
|
||||
if ((currentMs - fLastDraw) > 30)
|
||||
{
|
||||
fCurrentImage++;
|
||||
|
Reference in New Issue
Block a user