1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +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)
{
switch(result)
switch (result)
{
case HitResult.Great:
return 0.15;