1
0
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:
Bartłomiej Dach
2025-04-08 09:07:49 +02:00
committed by GitHub
Unverified
@@ -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