mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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
|
||||
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