Fixed: Missed something
This commit is contained in:
parent
e09573ee81
commit
1710b9bb6a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void updateSmoothedTime();
|
|||
|
||||
inline NLMISC::TTime ryzomGetLocalTime()
|
||||
{
|
||||
return NLMISC::CTime::getLocalTimeHR();
|
||||
return NLMISC::CTime::getLocalTime();
|
||||
}
|
||||
|
||||
inline NLMISC::TTicks ryzomGetPerformanceTime()
|
||||
|
|
Loading…
Reference in a new issue