Skip to content

Commit

Permalink
WiimoteEmu: Change default tilt angle to 85 degrees.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-woyak committed Oct 6, 2019
1 parent 260cefd commit 673f13b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ Tilt::Tilt(const std::string& name_) : ReshapableInput(name_, name_, GroupType::
_trans("°"),
// i18n: Refers to emulated wii remote movement.
_trans("Maximum tilt angle.")},
90, 0, 180);
85, 0, 180);

AddSetting(&m_max_rotational_velocity,
{_trans("Velocity"),
Expand Down

0 comments on commit 673f13b

Please sign in to comment.