You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on #1453, I had to dig into the code a bit to understand what the difference between hsTimer::GetSeconds() and hsTimer::GetSysSeconds() is. It would be nice to have these methods documented in the header file. Tangentially, considering that the code was arguably using the wrong kind of seconds previously, it may be worth auditing calls to hsTimer to ensure the correct clock is being used. This is currently not a big deal because the time scale factor because the time scale factor is always 1.0.
The text was updated successfully, but these errors were encountered:
When working on #1453, I had to dig into the code a bit to understand what the difference between
hsTimer::GetSeconds()
andhsTimer::GetSysSeconds()
is. It would be nice to have these methods documented in the header file. Tangentially, considering that the code was arguably using the wrong kind of seconds previously, it may be worth auditing calls tohsTimer
to ensure the correct clock is being used. This is currently not a big deal because the time scale factor because the time scale factor is always 1.0.The text was updated successfully, but these errors were encountered: