mirror of https://github.com/ppy/osu
Change removed class
This commit is contained in:
parent
e8a0b77729
commit
ece6e2db5c
|
@ -193,7 +193,7 @@ private void collectMascots()
|
|||
|
||||
private void addJudgement(TaikoPlayfield playfield, HitResult result)
|
||||
{
|
||||
playfield.OnNewResult(new DrawableRimHit(new Hit()), new JudgementResult(new HitObject(), new TaikoJudgement()) { Type = result });
|
||||
playfield.OnNewResult(new DrawableHit(new Hit()), new JudgementResult(new HitObject(), new TaikoJudgement()) { Type = result });
|
||||
}
|
||||
|
||||
private class TestDrawableTaikoMascot : DrawableTaikoMascot
|
||||
|
|
Loading…
Reference in New Issue