mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 23:36:10 +08:00
Fix follow points not displaying on some skins
This commit is contained in:
parent
d571ad4a0b
commit
96efc91b51
@ -45,6 +45,9 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
|||||||
|
|
||||||
switch (osuComponent.Component)
|
switch (osuComponent.Component)
|
||||||
{
|
{
|
||||||
|
case OsuSkinComponents.FollowPoint:
|
||||||
|
return this.GetAnimation(component.LookupName, true, false);
|
||||||
|
|
||||||
case OsuSkinComponents.SliderFollowCircle:
|
case OsuSkinComponents.SliderFollowCircle:
|
||||||
return this.GetAnimation("sliderfollowcircle", true, true);
|
return this.GetAnimation("sliderfollowcircle", true, true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user