mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix a bunch of warnings from clang.
This commit is contained in:
@ -308,6 +308,8 @@ UInt32 hsTimer::GetPrecTickCount()
|
||||
return GetTickCount();
|
||||
|
||||
return ti.LowPart;
|
||||
#else
|
||||
return 1;
|
||||
#endif
|
||||
}
|
||||
UInt32 hsTimer::PrecSecsToTicks(hsScalar secs)
|
||||
|
Reference in New Issue
Block a user