mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 04:41:19 +08:00
Remove leftover approach circle skin component
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user