mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Merge pull request #6064 from peppy/fix-follow-point-display
Fix follow points not displaying on some skins
This commit is contained in:
commit
0551a5da32
@ -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