mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Merge branch 'master' of https://github.com/pavlukivan/osu
This commit is contained in:
commit
d8b409f81f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user