Fix test case

This commit is contained in:
Dean Herbert 2017-12-30 15:38:10 +09:00
parent 7f54778fed
commit 0bd1b75d0b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ private class TestDrawableHitCircle : DrawableHitCircle
{
private readonly bool auto;
public TestDrawableHitCircle(OsuHitObject h, bool auto) : base(h)
public TestDrawableHitCircle(HitCircle h, bool auto) : base(h)
{
this.auto = auto;
}