mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-14 11:19:07 +00:00
Fixed: Missed something
This commit is contained in:
parent
555336bbea
commit
ebabe8ed73
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