mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 19:23:04 +02:00
Fixed a spacing.
This commit is contained in:
parent
694f093658
commit
72df49412f
1 changed files with 1 additions and 1 deletions
|
@ -1923,7 +1923,7 @@ Application::Application(
|
|||
_defaultScriptsLocation.setPath(parser->value("scripts")); // Might need to be done in "main.cpp".
|
||||
_overrideDefaultScriptsLocation = true;
|
||||
} else {
|
||||
_overrideDefaultScriptsLocation = false;
|
||||
_overrideDefaultScriptsLocation = false;
|
||||
}
|
||||
|
||||
// Make sure we don't time out during slow operations at startup
|
||||
|
|
Loading…
Reference in a new issue