mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update interface/src/ui/InteractiveWindow.cpp
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
ff6f7233e4
commit
64e9cf6884
1 changed files with 2 additions and 2 deletions
|
@ -363,9 +363,9 @@ InteractiveWindow::InteractiveWindow(const QString& sourceUrl, const QVariantMap
|
|||
object->setProperty(SOURCE_PROPERTY, sourceURL);
|
||||
};
|
||||
|
||||
if (auto offscreenUi = DependencyManager::get<OffscreenUi>()) {
|
||||
if (auto offscreenUI = DependencyManager::get<OffscreenUi>()) {
|
||||
// Build the event bridge and wrapper on the main thread
|
||||
offscreenUi->loadInNewContext(CONTENT_WINDOW_QML, objectInitLambda, contextInitLambda);
|
||||
offscreenUI->loadInNewContext(CONTENT_WINDOW_QML, objectInitLambda, contextInitLambda);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue