diff options
-rw-r--r-- | launcher/launch/steps/QuitAfterGameStop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/launch/steps/QuitAfterGameStop.cpp b/launcher/launch/steps/QuitAfterGameStop.cpp index 257f473d..f9eced99 100644 --- a/launcher/launch/steps/QuitAfterGameStop.cpp +++ b/launcher/launch/steps/QuitAfterGameStop.cpp @@ -23,4 +23,4 @@ void QuitAfterGameStop::executeTask() { APPLICATION->quit(); -}
\ No newline at end of file +} |