1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 06:27:18 +08:00

Revert ctor param

This commit is contained in:
smoogipoo 2021-09-16 20:06:20 +09:00
parent d8f27633a4
commit bcbd0e0961

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
private DrawableHitObject drawableObject { get; set; }
public LegacyApproachCircle()
: base("approachcircle")
: base("Gameplay/osu/approachcircle")
{
}