mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 03:59:56 +00:00
Fix forgot game section for test settings
This commit is contained in:
parent
b9a7bdc0c7
commit
96db8e94bd
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ def runTest(name):
|
||||||
"resolution x = 640\n"
|
"resolution x = 640\n"
|
||||||
"resolution y = 480\n"
|
"resolution y = 480\n"
|
||||||
"framerate limit = 60\n"
|
"framerate limit = 60\n"
|
||||||
|
"[Game]\n"
|
||||||
"smooth animation transitions = true\n"
|
"smooth animation transitions = true\n"
|
||||||
)
|
)
|
||||||
stdout_lines = list()
|
stdout_lines = list()
|
||||||
|
|
Loading…
Reference in a new issue