ソースを参照

Fix current time value

pull/131/head
victorfisac 9年前
コミット
5a1cbb2842
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/physac.h

+ 1
- 0
src/physac.h ファイルの表示

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

読み込み中…
キャンセル
保存