mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 04:13:37 +02:00
fix script initialization order bug
This commit is contained in:
parent
c4fa5bf186
commit
7a19a11d38
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