From 7268db9acd4a0eb34c07e2a9cc99284c7b126fea Mon Sep 17 00:00:00 2001 From: amwatson Date: Tue, 20 Feb 2024 19:31:52 -0600 Subject: [PATCH] [GameSurfaceLayer] Adjust lowerpanelscalefactor to align in box and allow for ribbon layer --- src/android/app/src/main/jni/vr/layers/GameSurfaceLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/src/main/jni/vr/layers/GameSurfaceLayer.cpp b/src/android/app/src/main/jni/vr/layers/GameSurfaceLayer.cpp index a67522b65..e48f4e45b 100644 --- a/src/android/app/src/main/jni/vr/layers/GameSurfaceLayer.cpp +++ b/src/android/app/src/main/jni/vr/layers/GameSurfaceLayer.cpp @@ -30,7 +30,7 @@ License : Licensed under GPLv3 or any later version. namespace { -constexpr float defaultLowerPanelScaleFactor = 0.75f; +constexpr float defaultLowerPanelScaleFactor = 0.75f * 0.75f; constexpr float superImmersiveRadius = 0.5f; /** Used to translate texture coordinates into the corresponding coordinates