mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Show bonus judgements on expanded panel
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user