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
}
}