1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 17:40:10 +08:00

Allow faster roll speed selection in "Barrel Roll" mod

This commit is contained in:
Dean Herbert
2021-04-20 18:22:58 +09:00
Unverified
parent e227c076e5
commit f11b068dee
@@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public BindableNumber<double> SpinSpeed { get; } = new BindableDouble(0.5)
{
MinValue = 0.02,
MaxValue = 4,
MaxValue = 12,
Precision = 0.01,
};