mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Add missing bezier option to menu
This commit is contained in:
parent
cda6757f52
commit
97ca2e2753
@ -171,6 +171,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
createMenuItemForPathType(null),
|
||||
createMenuItemForPathType(PathType.Linear),
|
||||
createMenuItemForPathType(PathType.PerfectCurve),
|
||||
createMenuItemForPathType(PathType.Bezier),
|
||||
createMenuItemForPathType(PathType.Catmull)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user