mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 17:03:57 +08:00
Merge pull request #32732 from peppy/vertex-selection-increase
Increase range of vertex selection in polygon generation popover
This commit is contained in:
@@ -103,7 +103,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
Current = new BindableNumber<int>(3)
|
||||
{
|
||||
MinValue = 3,
|
||||
MaxValue = 10,
|
||||
MaxValue = 32,
|
||||
Precision = 1,
|
||||
},
|
||||
Instantaneous = true
|
||||
|
||||
Reference in New Issue
Block a user