diff --git a/interface/src/Application_Setup.cpp b/interface/src/Application_Setup.cpp index 901fcda90a..d9498e9833 100644 --- a/interface/src/Application_Setup.cpp +++ b/interface/src/Application_Setup.cpp @@ -815,8 +815,8 @@ void Application::initialize(const QCommandLineParser &parser) { // Needs to happen AFTER the render engine initialization to access its configuration initializeUi(); - init(); setupSignalsAndOperators(); + init(); qCDebug(interfaceapp, "init() complete."); // create thread for parsing of octree data independent of the main network and rendering threads