mirror of
https://github.com/ppy/osu
synced 2025-01-27 08:13:06 +00:00
Fix switch case
This commit is contained in:
parent
83aedb1930
commit
f67f6cc99c
@ -49,7 +49,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
{
|
||||
//SliderRepeat wont layer correctly if preempt is changed.
|
||||
case SliderRepeat:
|
||||
return;
|
||||
break;
|
||||
|
||||
default:
|
||||
applyFadeInAdjustment(nested);
|
||||
|
Loading…
Reference in New Issue
Block a user