mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:38:29 +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".
|
_defaultScriptsLocation.setPath(parser->value("scripts")); // Might need to be done in "main.cpp".
|
||||||
_overrideDefaultScriptsLocation = true;
|
_overrideDefaultScriptsLocation = true;
|
||||||
} else {
|
} else {
|
||||||
_overrideDefaultScriptsLocation = false;
|
_overrideDefaultScriptsLocation = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure we don't time out during slow operations at startup
|
// Make sure we don't time out during slow operations at startup
|
||||||
|
|
Loading…
Reference in a new issue