mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Merge pull request #21235 from mk56-spn/Freeze_frame_slidertick_fix
Fix slider ticks appearing before sliders are done snaking in with Freeze Frame
This commit is contained in:
@ -56,6 +56,8 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
{
|
||||
switch (nested)
|
||||
{
|
||||
//Freezing the SliderTicks doesnt play well with snaking sliders
|
||||
case SliderTick:
|
||||
//SliderRepeat wont layer correctly if preempt is changed.
|
||||
case SliderRepeat:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user