Skip to content

Commit

Permalink
Allow scaling down to 5% in popover scale dialog
Browse files Browse the repository at this point in the history
Request from mapper IRL.
  • Loading branch information
peppy committed Nov 3, 2024
1 parent 0811de7 commit 57227b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/Edit/PreciseScalePopover.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 57227b5

Please sign in to comment.