Rename PathWidth to PathRadius

This commit is contained in:
David Zhao
2019-03-07 17:39:19 +09:00
parent b2f4850275
commit b3e046c4d1
3 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
path = new SmoothPath
{
Anchor = Anchor.Centre,
PathWidth = 1
PathRadius = 1
},
marker = new CircularContainer
{