Revert "Fix unfocusing the game while in fullscreen mode"

This reverts commit c322ae131e.
This commit is contained in:
Ethan Lee
2020-06-13 10:23:52 -04:00
parent 884035fd2e
commit 506628cef1
2 changed files with 5 additions and 9 deletions

View File

@@ -545,11 +545,11 @@ int main(int argc, char *argv[])
}
}
if (key.resetWindow)
{
key.resetWindow = false;
gameScreen.ResizeScreen(-1, -1);
}
if(key.resetWindow)
{
key.resetWindow = false;
gameScreen.ResizeScreen(-1, -1);
}
music.processmusic();
graphics.processfade();