1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Return correct allowed value for Perfect

Co-Authored-By: Salman Ahmed <slmanarendo1950@gmail.com>
This commit is contained in:
Dean Herbert 2019-10-09 19:50:05 +09:00 committed by GitHub
parent e6f857d0d8
commit 4e273fc628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ namespace osu.Game.Rulesets.Scoring
{
switch (result)
{
case HitResult.Great:
case HitResult.Perfect:
case HitResult.Miss:
return true;
}