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

@ -21,8 +21,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
public float PathWidth
{
get => path.PathWidth;
set => path.PathWidth = value;
get => path.PathRadius;
set => path.PathRadius = value;
}
/// <summary>