Win32: Fix accidental frametime reversion.

This commit is contained in:
Brandon Wright 2019-04-09 10:54:29 -05:00
parent 6a789f9947
commit 07f1976dcf
1 changed files with 1 additions and 1 deletions

View File

@ -3314,7 +3314,7 @@ int WINAPI WinMain(
PCEnd = PCStart;
PCEndTicks = timeGetTime()*1000;
PCStartTicks = timeGetTime()*1000;
PCFrameTime = PCFrameTimeNTSC = (__int64)((float)PCBase / 59.9968);
PCFrameTime = PCFrameTimeNTSC = (__int64)((float)PCBase / 60.09881389744051f);
PCFrameTimePAL = PCBase / 50;