1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Remove traceable spinner reference for now

This commit is contained in:
Dean Herbert 2020-07-30 12:56:30 +09:00
parent c1085d49d3
commit 41c0f7557a

View File

@ -57,9 +57,7 @@ namespace osu.Game.Rulesets.Osu.Mods
applySliderState(slider);
break;
case DrawableSpinner spinner:
//todo: hide background
break;
//todo: hide spinner background somehow
}
}