mirror of https://github.com/ppy/osu
Allow scaling down to 5% in popover scale dialog
Request from mapper IRL.
This commit is contained in:
parent
0811de728e
commit
57227b5aab
|
@ -67,7 +67,7 @@ private void load(EditorBeatmap editorBeatmap)
|
|||
{
|
||||
Current = scaleInputBindable = new BindableNumber<float>
|
||||
{
|
||||
MinValue = 0.5f,
|
||||
MinValue = 0.05f,
|
||||
MaxValue = 2,
|
||||
Precision = 0.001f,
|
||||
Value = 1,
|
||||
|
|
Loading…
Reference in New Issue