mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:12:54 +08:00
Add note about why SmallBonus
is not listed in GetValidHitResults
This commit is contained in:
parent
125f28219d
commit
850950ba61
@ -385,6 +385,9 @@ namespace osu.Game.Rulesets.Mania
|
||||
HitResult.Good,
|
||||
HitResult.Ok,
|
||||
HitResult.Meh,
|
||||
|
||||
// HitResult.SmallBonus is used for awarding perfect bonus score but is not included here as
|
||||
// it would be a bit redundant to show this to the user.
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user