mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Fixed: Missed something
This commit is contained in:
parent
e24d33e346
commit
26112d1aa4
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void updateSmoothedTime();
|
||||||
|
|
||||||
inline NLMISC::TTime ryzomGetLocalTime()
|
inline NLMISC::TTime ryzomGetLocalTime()
|
||||||
{
|
{
|
||||||
return NLMISC::CTime::getLocalTimeHR();
|
return NLMISC::CTime::getLocalTime();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline NLMISC::TTicks ryzomGetPerformanceTime()
|
inline NLMISC::TTicks ryzomGetPerformanceTime()
|
||||||
|
|
Loading…
Reference in a new issue