Przeglądaj źródła

Fix current time value

pull/131/head
victorfisac 8 lat temu
rodzic
commit
5a1cbb2842
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/physac.h

+ 1
- 0
src/physac.h Wyświetl plik

@ -788,6 +788,7 @@ static double GetCurrentTime(void)
QueryPerformanceFrequency(&clockFrequency);
QueryPerformanceCounter(&currentTime);
time = (double)((double)currentTime/(double)clockFrequency);
#endif
#if defined(PLATFORM_ANDROID) || defined(PLATFORM_RPI)

Ładowanie…
Anuluj
Zapisz