mirror of
https://github.com/osukey/osukey.git
synced 2025-05-22 14:07:38 +09:00
Remove fade on successful hits
This commit is contained in:
parent
8632c3adf0
commit
b3338347b7
@ -120,7 +120,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
break;
|
||||
|
||||
case ArmedState.Hit:
|
||||
this.FadeOut(150, Easing.OutQuint);
|
||||
this.FadeOut();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user