mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +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
|
||||
// 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.
|
||||
|
|
Loading…
Reference in a new issue