mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Don't convert 100s/50s for catch
This commit is contained in:
parent
977122d05f
commit
0066459968
@ -79,7 +79,6 @@ namespace osu.Game.Scoring.Legacy
|
|||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
|
||||||
Statistics[HitResult.Good] = value;
|
Statistics[HitResult.Good] = value;
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
@ -101,7 +100,6 @@ namespace osu.Game.Scoring.Legacy
|
|||||||
switch (Ruleset?.ID ?? RulesetID)
|
switch (Ruleset?.ID ?? RulesetID)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
case 2:
|
|
||||||
case 3:
|
case 3:
|
||||||
Statistics[HitResult.Meh] = value;
|
Statistics[HitResult.Meh] = value;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user