mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Recalculate path size when path radius changes
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
||||
|
||||
protected Path Path => path;
|
||||
|
||||
public float PathRadius
|
||||
public virtual float PathRadius
|
||||
{
|
||||
get => path.PathRadius;
|
||||
set => path.PathRadius = value;
|
||||
|
Reference in New Issue
Block a user