1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +08:00

Add precision to playback speed

This commit is contained in:
Dean Herbert 2017-11-11 13:00:29 +09:00
parent 3d1d66d886
commit 3142832693

View File

@ -23,7 +23,8 @@ namespace osu.Game.Screens.Play.ReplaySettings
{
Default = 1,
MinValue = 0.5,
MaxValue = 2
MaxValue = 2,
Precision = 0.01,
},
};
}