mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 09:37:19 +08:00
Fix test case
This commit is contained in:
parent
7f54778fed
commit
0bd1b75d0b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user