diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 01b3b3d6..acccf5a2 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -354,7 +354,7 @@ const TARGETING_SCREEN_SWITCH_MAX_ABS_X = 1.35; const TARGETING_SCREEN_SWITCH_MAX_ABS_Y = 1.25; const TARGETING_SCREEN_PROPOSAL_MAX_ABS_X = 1; const TARGETING_SCREEN_PROPOSAL_MAX_ABS_Y = 1; -const TARGETING_SCREEN_PROPOSAL_FOCUS_Y = -0.2; +const TARGETING_SCREEN_PROPOSAL_FOCUS_Y = 0.2; const TARGETING_MAX_ACTIVE_TARGET_DISTANCE = 15; const TARGETING_ACTIVE_TARGET_RELEASE_DISTANCE = TARGETING_MAX_ACTIVE_TARGET_DISTANCE + 0.75;