[GameSurfaceLayer] Adjust lowerpanelscalefactor to align in box and allow for ribbon layer

This commit is contained in:
amwatson 2024-02-20 19:31:52 -06:00
parent 62dbd147da
commit 7268db9acd

View file

@ -30,7 +30,7 @@ License : Licensed under GPLv3 or any later version.
namespace { namespace {
constexpr float defaultLowerPanelScaleFactor = 0.75f; constexpr float defaultLowerPanelScaleFactor = 0.75f * 0.75f;
constexpr float superImmersiveRadius = 0.5f; constexpr float superImmersiveRadius = 0.5f;
/** Used to translate texture coordinates into the corresponding coordinates /** Used to translate texture coordinates into the corresponding coordinates