1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00
This commit is contained in:
Ivan Pavluk 2018-12-12 17:18:32 +07:00
commit d8b409f81f

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Taiko.Judgements
protected override double HealthIncreaseFor(HitResult result) protected override double HealthIncreaseFor(HitResult result)
{ {
switch(result) switch (result)
{ {
case HitResult.Great: case HitResult.Great:
return 0.15; return 0.15;