mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 18:00:11 +02:00
Fix for deadlock triggering while loading QML engine
This commit is contained in:
parent
40851b097f
commit
725eb14163
1 changed files with 2 additions and 0 deletions
|
@ -2404,7 +2404,9 @@ void Application::initializeUi() {
|
|||
tabletScriptingInterface->getTablet(SYSTEM_TABLET);
|
||||
}
|
||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
||||
DeadlockWatchdogThread::pause();
|
||||
offscreenUi->create();
|
||||
DeadlockWatchdogThread::resume();
|
||||
|
||||
auto surfaceContext = offscreenUi->getSurfaceContext();
|
||||
|
||||
|
|
Loading…
Reference in a new issue