mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 02:09:52 +08:00
Return correct allowed value for Perfect
Co-Authored-By: Salman Ahmed <slmanarendo1950@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
e6f857d0d8
commit
4e273fc628
@@ -195,7 +195,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
{
|
||||
switch (result)
|
||||
{
|
||||
case HitResult.Great:
|
||||
case HitResult.Perfect:
|
||||
case HitResult.Miss:
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user