Revert "- Set frame-time as close to the buffer swap as possible, and calculate smoothratio for Duke/SW as late as possible."

This reverts commit 97feb483ab.
This commit is contained in:
Christoph Oelckers 2020-08-28 08:25:51 +02:00
parent ea2790ce08
commit d73bf62465
4 changed files with 5 additions and 4 deletions

View file

@ -941,6 +941,7 @@ void app_loop()
TickSubsystems();
twod->SetSize(screen->GetWidth(), screen->GetHeight());
twodpsp.SetSize(screen->GetWidth(), screen->GetHeight());
I_SetFrameTime();
handleevents();
updatePauseStatus();