mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Change removed class
This commit is contained in:
parent
e8a0b77729
commit
ece6e2db5c
@ -193,7 +193,7 @@ namespace osu.Game.Rulesets.Taiko.Tests.Skinning
|
||||
|
||||
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
Block a user