mirror of https://github.com/ppy/osu
Fix hitexplosions not working in the testcase
This commit is contained in:
parent
c1331cef1b
commit
0ef6384de0
|
@ -92,6 +92,7 @@ public TestCaseManiaPlayfield()
|
|||
};
|
||||
|
||||
playfield.OnJudgement(note, new ManiaJudgement { Result = HitResult.Perfect });
|
||||
playfield.Columns[col].OnJudgement(note, new ManiaJudgement { Result = HitResult.Perfect });
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue