mirror of
https://github.com/ppy/osu
synced 2025-01-05 13:50:03 +00:00
change switch cases
This commit is contained in:
parent
f9fe37a8a5
commit
b5b2e523ad
@ -43,10 +43,7 @@ namespace osu.Game.Screens.Select
|
||||
break;
|
||||
|
||||
case "dr" when parseFloatWithPoint(value, out var dr):
|
||||
updateCriteriaRange(ref criteria.DrainRate, op, dr, 0.1f / 2);
|
||||
break;
|
||||
|
||||
case "hp" when parseFloatWithPoint(value, out var dr):
|
||||
case "hp" when parseFloatWithPoint(value, out dr):
|
||||
updateCriteriaRange(ref criteria.DrainRate, op, dr, 0.1f / 2);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user