osu/osu.Game.Rulesets.Osu/Skinning
Dean Herbert b8d6bba039
Fix legacy hitcircle fallback logic being broken with recent fix
I was a bit too eager to replace all calls with the new `provider`
in
dae380b7fa,
while it doesn't actually make sense.

To handle the case that was trying to be fixed, using the `provider` to
check whether the *prefix* version of the circle sprite is available is
enough alone.

Closes https://github.com/ppy/osu/issues/31200
2024-12-24 16:05:44 +09:00
..
Argon Rename GameplaySkinComponentLookup -> SkinComponentLookup 2024-08-22 18:46:03 +09:00
Default Rename GameplaySkinComponentLookup -> SkinComponentLookup 2024-08-22 18:46:03 +09:00
Legacy Fix legacy hitcircle fallback logic being broken with recent fix 2024-12-24 16:05:44 +09:00
FollowCircle.cs
IHasApproachCircle.cs
NonPlayfieldSprite.cs
OsuSkinColour.cs
OsuSkinConfiguration.cs Remove SliderBorderSize for simplicity 2024-02-27 02:20:34 +03:00
SliderBody.cs
SmokeSegment.cs Reduce smoke allocations 2024-02-23 18:21:11 +03:00
SnakingSliderBody.cs