mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Increase max sane BPM value
This commit is contained in:
parent
98676af7bb
commit
1468b9589f
@ -100,7 +100,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
private class BPMSlider : SettingsSlider<double>
|
||||
{
|
||||
private const double sane_minimum = 60;
|
||||
private const double sane_maximum = 200;
|
||||
private const double sane_maximum = 240;
|
||||
|
||||
private readonly BindableNumber<double> beatLengthBindable = new TimingControlPoint().BeatLengthBindable;
|
||||
private readonly BindableDouble bpmBindable = new BindableDouble();
|
||||
|
Loading…
Reference in New Issue
Block a user