mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-09 08:55:53 +00:00
Fix current time value
This commit is contained in:
parent
54537e8f0b
commit
5a1cbb2842
@ -788,6 +788,7 @@ static double GetCurrentTime(void)
|
||||
QueryPerformanceFrequency(&clockFrequency);
|
||||
QueryPerformanceCounter(¤tTime);
|
||||
|
||||
time = (double)((double)currentTime/(double)clockFrequency);
|
||||
#endif
|
||||
|
||||
#if defined(PLATFORM_ANDROID) || defined(PLATFORM_RPI)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user