1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 19:53:23 +08:00
This commit is contained in:
smoogipooo 2017-05-24 21:25:01 +09:00
parent 21cdee02f3
commit ed65b3559a

View File

@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
private readonly Container glowContainer;
public DrawableHoldNoteTick(HoldNoteTick hitObject)
: base(hitObject, null)
: base(hitObject)
{
Anchor = Anchor.TopCentre;
Origin = Anchor.TopCentre;