mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Typos
This commit is contained in:
parent
d14bbaf331
commit
e029348d9a
1 changed files with 2 additions and 1 deletions
|
@ -365,11 +365,12 @@ TTime CTime::getLocalTime ()
|
|||
QueryPerformanceCounter(&counter);
|
||||
counter.QuadPart *= (LONGLONG)1000L;
|
||||
counter.QuadPart /= a_QueryPerformanceFrequency.QuadPart;
|
||||
return counter.QuadPart;
|
||||
}
|
||||
else
|
||||
{
|
||||
// Use default reliable low resolution timer.
|
||||
return getLocalTime();
|
||||
return timeGetTime();
|
||||
}
|
||||
|
||||
#elif defined (NL_OS_UNIX)
|
||||
|
|
Loading…
Reference in a new issue