mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix switch case
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user