mirror of https://github.com/ppy/osu
Increase the point at which normal keys start in ManiaAction
This commit is contained in:
parent
d2b1e27527
commit
1c74e56bab
|
@ -22,7 +22,7 @@ public enum ManiaAction
|
|||
[Description("Special")]
|
||||
Specia2,
|
||||
[Description("Key 1")]
|
||||
Key1 = 10,
|
||||
Key1 = 1000,
|
||||
[Description("Key 2")]
|
||||
Key2,
|
||||
[Description("Key 3")]
|
||||
|
|
Loading…
Reference in New Issue