Change removed class

This commit is contained in:
Craftplacer 2020-04-27 13:12:31 +02:00
parent e8a0b77729
commit ece6e2db5c
1 changed files with 1 additions and 1 deletions

View File

@ -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