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:
parent
3d1d66d886
commit
3142832693
@ -23,7 +23,8 @@ namespace osu.Game.Screens.Play.ReplaySettings
|
||||
{
|
||||
Default = 1,
|
||||
MinValue = 0.5,
|
||||
MaxValue = 2
|
||||
MaxValue = 2,
|
||||
Precision = 0.01,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user