Skip to content

Commit

Permalink
Make ManiaAction start at 1
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Aug 13, 2024
1 parent 4b4f0ec commit 952a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Mania/ManiaInputManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public ManiaInputManager(RulesetInfo ruleset, int variant)
public enum ManiaAction
{
[Description("Key 1")]
Key1,
Key1 = 1,

[Description("Key 2")]
Key2,
Expand Down

0 comments on commit 952a73b

Please sign in to comment.