From c4843b3b1d689b30b327be508b57de9c0e19f6b7 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 20 Feb 2022 18:49:35 +0100 Subject: [PATCH] (Windows) Fixed a compile error. --- es-app/src/FileData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/FileData.cpp b/es-app/src/FileData.cpp index 5e7d6a604..74fefd98c 100644 --- a/es-app/src/FileData.cpp +++ b/es-app/src/FileData.cpp @@ -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.