Show bonus judgements on expanded panel

This commit is contained in:
Dean Herbert
2020-10-07 16:17:28 +09:00
parent c0bc6a75b3
commit 6ac70945f2
2 changed files with 2 additions and 4 deletions

View File

@ -217,9 +217,6 @@ namespace osu.Game.Scoring
{
foreach (var r in Ruleset.CreateInstance().GetHitResults())
{
if (r.result.IsBonus())
continue;
int value = Statistics.GetOrDefault(r.result);
switch (r.result)