mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
(Windows) Fixed a compile error.
This commit is contained in:
parent
5f4a26c38c
commit
c4843b3b1d
|
@ -1186,7 +1186,7 @@ void FileData::launchGame()
|
||||||
// been set for the specific launch command, then block the video player, stop scrolling
|
// 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.
|
// game names and descriptions and keep the screensaver from getting activated.
|
||||||
if (runInBackground)
|
if (runInBackground)
|
||||||
window->setLaunchedGame();
|
window->setLaunchedGame(true);
|
||||||
else
|
else
|
||||||
// Normalize deltaTime so that the screensaver does not start immediately
|
// Normalize deltaTime so that the screensaver does not start immediately
|
||||||
// when returning from the game.
|
// when returning from the game.
|
||||||
|
|
Loading…
Reference in a new issue