(Windows) Fixed a compile error.

This commit is contained in:
Leon Styhre 2022-02-20 18:49:35 +01:00
parent 5f4a26c38c
commit c4843b3b1d

View file

@ -1186,7 +1186,7 @@ void FileData::launchGame()
// been set for the specific launch command, then block the video player, stop scrolling
// game names and descriptions and keep the screensaver from getting activated.
if (runInBackground)
window->setLaunchedGame();
window->setLaunchedGame(true);
else
// Normalize deltaTime so that the screensaver does not start immediately
// when returning from the game.