1
0
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:
Dean Herbert 2023-10-13 17:36:30 +09:00
parent 125f28219d
commit 850950ba61
No known key found for this signature in database

View File

@ -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.
};
}