mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 23:33:47 +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
|
// Needs to happen AFTER the render engine initialization to access its configuration
|
||||||
initializeUi();
|
initializeUi();
|
||||||
|
|
||||||
init();
|
|
||||||
setupSignalsAndOperators();
|
setupSignalsAndOperators();
|
||||||
|
init();
|
||||||
qCDebug(interfaceapp, "init() complete.");
|
qCDebug(interfaceapp, "init() complete.");
|
||||||
|
|
||||||
// create thread for parsing of octree data independent of the main network and rendering threads
|
// create thread for parsing of octree data independent of the main network and rendering threads
|
||||||
|
|
Loading…
Reference in a new issue