Skip to content

Commit 3bbf303

Browse files
committed
Revert accidental menu scale change
1 parent 7925f0d commit 3bbf303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rendering/renderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ std::vector<XrCompositionLayerQuad> RND_Renderer::Layer2D::FinishRendering(XrTim
463463
glm::quat headOrientation = ToGLM(spaceLocation.pose.orientation);
464464
glm::vec3 headPosition = ToGLM(spaceLocation.pose.position);
465465

466-
constexpr float DISTANCE = 0.8f;
466+
constexpr float DISTANCE = 1.5f;
467467
constexpr float LERP_SPEED = 0.05f;
468468

469469
if (CemuHooks::GetSettings().UIFollowsLookingDirection()) {

0 commit comments

Comments
 (0)