Fix test case

This commit is contained in:
Dean Herbert
2017-12-30 15:38:10 +09:00
parent 7f54778fed
commit 0bd1b75d0b

View File

@ -94,7 +94,7 @@ namespace osu.Game.Rulesets.Osu.Tests
{
private readonly bool auto;
public TestDrawableHitCircle(OsuHitObject h, bool auto) : base(h)
public TestDrawableHitCircle(HitCircle h, bool auto) : base(h)
{
this.auto = auto;
}