mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 18:52:33 +02:00
Call setupEssentials() in initialize()
This commit is contained in:
parent
a22b06c3e7
commit
812d043587
1 changed files with 1 additions and 1 deletions
|
@ -1040,7 +1040,7 @@ Application::Application(
|
|||
void Application::initialize(const QCommandLineParser &parser) {
|
||||
|
||||
//qCDebug(interfaceapp) << "Setting up essentials";
|
||||
//setupEssentials(parser, _previousSessionCrashed);
|
||||
setupEssentials(parser, _previousSessionCrashed);
|
||||
qCDebug(interfaceapp) << "Initializing application";
|
||||
|
||||
_entitySimulation = std::make_shared<PhysicalEntitySimulation>();
|
||||
|
|
Loading…
Reference in a new issue