Allow scaling down to 5% in popover scale dialog

Request from mapper IRL.
This commit is contained in:
Dean Herbert 2024-11-03 14:19:57 +09:00
parent 0811de728e
commit 57227b5aab
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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,