fix script initialization order bug

This commit is contained in:
HifiExperiments 2025-02-27 23:26:58 -08:00
parent c4fa5bf186
commit 7a19a11d38

View file

@ -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