mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
Update Application.cpp
Remove the mic bar for android
This commit is contained in:
parent
38916a3023
commit
cf499ca047
1 changed files with 2 additions and 0 deletions
|
@ -3011,9 +3011,11 @@ void Application::onDesktopRootItemCreated(QQuickItem* rootItem) {
|
||||||
auto surfaceContext = DependencyManager::get<OffscreenUi>()->getSurfaceContext();
|
auto surfaceContext = DependencyManager::get<OffscreenUi>()->getSurfaceContext();
|
||||||
surfaceContext->setContextProperty("Stats", Stats::getInstance());
|
surfaceContext->setContextProperty("Stats", Stats::getInstance());
|
||||||
|
|
||||||
|
#if !defined(Q_OS_ANDROID)
|
||||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
||||||
auto qml = PathUtils::qmlUrl("AvatarInputsBar.qml");
|
auto qml = PathUtils::qmlUrl("AvatarInputsBar.qml");
|
||||||
offscreenUi->show(qml, "AvatarInputsBar");
|
offscreenUi->show(qml, "AvatarInputsBar");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::updateCamera(RenderArgs& renderArgs, float deltaTime) {
|
void Application::updateCamera(RenderArgs& renderArgs, float deltaTime) {
|
||||||
|
|
Loading…
Reference in a new issue