1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 17:10:09 +08:00
This commit is contained in:
Ivan Pavluk
2018-12-12 17:18:32 +07:00
Unverified
@@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Taiko.Judgements
protected override double HealthIncreaseFor(HitResult result)
{
switch(result)
switch (result)
{
case HitResult.Great:
return 0.15;