mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 18:43:04 +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)
|
||||
{
|
||||
case OsuSkinComponents.FollowPoint:
|
||||
return this.GetAnimation(component.LookupName, true, false);
|
||||
|
||||
case OsuSkinComponents.SliderFollowCircle:
|
||||
return this.GetAnimation("sliderfollowcircle", true, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user