mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add missing bezier option to menu
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user