mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
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:
parent
ea2790ce08
commit
d73bf62465
4 changed files with 5 additions and 4 deletions
|
@ -941,6 +941,7 @@ void app_loop()
|
|||
TickSubsystems();
|
||||
twod->SetSize(screen->GetWidth(), screen->GetHeight());
|
||||
twodpsp.SetSize(screen->GetWidth(), screen->GetHeight());
|
||||
I_SetFrameTime();
|
||||
|
||||
handleevents();
|
||||
updatePauseStatus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue