mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 22:42:31 +02:00
Fix for deadlock triggering while loading QML engine
This commit is contained in:
parent
632390e6b0
commit
288443d74b
1 changed files with 2 additions and 0 deletions
|
@ -2337,7 +2337,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