mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +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,
|
SliderBall,
|
||||||
SliderBody,
|
SliderBody,
|
||||||
SpinnerBody,
|
SpinnerBody,
|
||||||
SpinnerApproachCircle,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -121,12 +121,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
|||||||
return new LegacyOldStyleSpinner();
|
return new LegacyOldStyleSpinner();
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
case OsuSkinComponents.SpinnerApproachCircle:
|
|
||||||
if (Source.GetTexture("spinner-approachcircle") != null)
|
|
||||||
return new LegacySpinnerApproachCircle();
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user