mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 14:01:37 +02:00
Merge pull request #1330 from HifiExperiments/scriptInitializers
fix script initialization order bug
This commit is contained in:
commit
7175feded4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue