mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 09:23:06 +08:00
fix capitalzation of osu!catch HitResults
This commit is contained in:
parent
972bd11ea9
commit
2439de1c3d
@ -161,13 +161,13 @@ namespace osu.Game.Rulesets.Catch
|
||||
switch (result)
|
||||
{
|
||||
case HitResult.LargeTickHit:
|
||||
return "large droplet";
|
||||
return "Large droplet";
|
||||
|
||||
case HitResult.SmallTickHit:
|
||||
return "small droplet";
|
||||
return "Small droplet";
|
||||
|
||||
case HitResult.LargeBonus:
|
||||
return "banana";
|
||||
return "Banana";
|
||||
}
|
||||
|
||||
return base.GetDisplayNameForHitResult(result);
|
||||
|
Loading…
Reference in New Issue
Block a user