Skip to content

Commit

Permalink
Tweak default legacy gain
Browse files Browse the repository at this point in the history
  • Loading branch information
glabute committed Jan 17, 2025
1 parent a1e8d6a commit 7c1890f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static DefaultControlInitializer()
#endif
#if ENABLE_LEGACY_INPUT_MANAGER && !CINEMACHINE_UNITY_INPUTSYSTEM
controller.Input.LegacyInput = inputName;
controller.Input.LegacyGain = isMomentary ? 1 : 50 * (invertY ? -1 : 1);
controller.Input.LegacyGain = isMomentary ? 1 : 100 * (invertY ? -1 : 1);
#endif
controller.Enabled = true;
};
Expand Down

0 comments on commit 7c1890f

Please sign in to comment.