mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:02:55 +02:00
Merge branch 'android' into android_bubble_fix
This commit is contained in:
commit
a2327ea0cf
1 changed files with 2 additions and 1 deletions
|
@ -2726,7 +2726,8 @@ void Application::onDesktopRootItemCreated(QQuickItem* rootItem) {
|
||||||
AvatarInputs::show();
|
AvatarInputs::show();
|
||||||
auto surfaceContext = DependencyManager::get<OffscreenUi>()->getSurfaceContext();
|
auto surfaceContext = DependencyManager::get<OffscreenUi>()->getSurfaceContext();
|
||||||
surfaceContext->setContextProperty("Stats", Stats::getInstance());
|
surfaceContext->setContextProperty("Stats", Stats::getInstance());
|
||||||
surfaceContext->setContextProperty("AvatarInputs", AvatarInputs::getInstance());}
|
surfaceContext->setContextProperty("AvatarInputs", AvatarInputs::getInstance());
|
||||||
|
}
|
||||||
|
|
||||||
void Application::updateCamera(RenderArgs& renderArgs, float deltaTime) {
|
void Application::updateCamera(RenderArgs& renderArgs, float deltaTime) {
|
||||||
PROFILE_RANGE(render, __FUNCTION__);
|
PROFILE_RANGE(render, __FUNCTION__);
|
||||||
|
|
Loading…
Reference in a new issue