mirror of
https://github.com/ppy/osu
synced 2025-03-20 09:57:01 +00: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:
commit
3c546742c4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user