Ver a proveniência

Fix current time value

pull/131/head
victorfisac há 8 anos
ascendente
cometimento
5a1cbb2842
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      src/physac.h

+ 1
- 0
src/physac.h Ver ficheiro

@ -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)

Carregando…
Cancelar
Guardar