mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
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()
|
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