Fixed: Missed something

This commit is contained in:
kaetemi 2012-07-27 22:51:38 +02:00
parent e09573ee81
commit 1710b9bb6a

View file

@ -136,7 +136,7 @@ void updateSmoothedTime();
inline NLMISC::TTime ryzomGetLocalTime()
{
return NLMISC::CTime::getLocalTimeHR();
return NLMISC::CTime::getLocalTime();
}
inline NLMISC::TTicks ryzomGetPerformanceTime()