Fix hitexplosions not working in the testcase

This commit is contained in:
smoogipoo 2018-01-22 16:11:06 +09:00
parent c1331cef1b
commit 0ef6384de0
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ public TestCaseManiaPlayfield()
};
playfield.OnJudgement(note, new ManiaJudgement { Result = HitResult.Perfect });
playfield.Columns[col].OnJudgement(note, new ManiaJudgement { Result = HitResult.Perfect });
});
}