From 96db8e94bdb3cb9d59643d11394e3988f2494a9b Mon Sep 17 00:00:00 2001 From: Sam Hellawell Date: Sat, 20 Jul 2024 22:56:55 +0100 Subject: [PATCH] Fix forgot game section for test settings --- scripts/integration_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/integration_tests.py b/scripts/integration_tests.py index 17c86c508b..028b55d7da 100755 --- a/scripts/integration_tests.py +++ b/scripts/integration_tests.py @@ -62,6 +62,7 @@ def runTest(name): "resolution x = 640\n" "resolution y = 480\n" "framerate limit = 60\n" + "[Game]\n" "smooth animation transitions = true\n" ) stdout_lines = list()