Merge branch 'master' of https://github.com/ZDoom/gzdoom
This commit is contained in:
commit
55940ba21d
14 changed files with 717 additions and 661 deletions
|
|
@ -700,8 +700,8 @@ void FStartScreen::Render(bool force)
|
|||
twod->OnFrameDone();
|
||||
}
|
||||
auto newtime = I_msTime();
|
||||
if ((newtime - nowtime) * 2.0 > minwaittime) // slow down drawing the start screen if we're on a slow GPU!
|
||||
minwaittime = (newtime - nowtime) * 2.0;
|
||||
if ((newtime - nowtime) * 2 > minwaittime) // slow down drawing the start screen if we're on a slow GPU!
|
||||
minwaittime = (newtime - nowtime) * 2;
|
||||
}
|
||||
|
||||
FImageSource* CreateStartScreenTexture(FBitmap& srcdata);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue