mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Remove leftover approach circle skin component
This commit is contained in:
parent
c04b09520d
commit
c3217fd8b1
@ -18,6 +18,5 @@ namespace osu.Game.Rulesets.Osu
|
||||
SliderBall,
|
||||
SliderBody,
|
||||
SpinnerBody,
|
||||
SpinnerApproachCircle,
|
||||
}
|
||||
}
|
||||
|
@ -121,12 +121,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
return new LegacyOldStyleSpinner();
|
||||
|
||||
return null;
|
||||
|
||||
case OsuSkinComponents.SpinnerApproachCircle:
|
||||
if (Source.GetTexture("spinner-approachcircle") != null)
|
||||
return new LegacySpinnerApproachCircle();
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user