Rename remaining usage of PathWidth naming convention

This commit is contained in:
Dean Herbert
2019-03-07 20:21:59 +09:00
parent 27edc41c11
commit 340997f505
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
private readonly BufferedContainer container;
public float PathWidth
public float PathRadius
{
get => path.PathRadius;
set => path.PathRadius = value;