- fix executable compile errors
This commit is contained in:
parent
b31c62568b
commit
73050bc169
2 changed files with 1 additions and 2 deletions
|
|
@ -659,7 +659,6 @@ void FStartScreen::Render(bool force)
|
|||
auto nowtime = I_msTime();
|
||||
// Do not refresh too often. This function gets called a lot more frequently than the screen can update.
|
||||
if (nowtime - screen->FrameTime > minwaittime || force)
|
||||
#endif
|
||||
{
|
||||
screen->FrameTime = nowtime;
|
||||
screen->FrameTimeNS = I_nsTime();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue