1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

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

View File

@ -92,6 +92,7 @@ namespace osu.Game.Rulesets.Mania.Tests
};
playfield.OnJudgement(note, new ManiaJudgement { Result = HitResult.Perfect });
playfield.Columns[col].OnJudgement(note, new ManiaJudgement { Result = HitResult.Perfect });
});
}