mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Add missing blank line
This commit is contained in:
parent
8740ebd13f
commit
55cd1cecdf
@ -145,6 +145,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
case ScoreMeterType.None:
|
case ScoreMeterType.None:
|
||||||
this.FadeOut(200, Easing.OutQuint);
|
this.FadeOut(200, Easing.OutQuint);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ScoreMeterType.HitError:
|
case ScoreMeterType.HitError:
|
||||||
this.FadeIn(200, Easing.OutQuint);
|
this.FadeIn(200, Easing.OutQuint);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user