mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 11:42:54 +08:00
Add size limitation for slider follow circle
This commit is contained in:
parent
fc1a39ede3
commit
f963a921db
@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
return this.GetAnimation("sliderscorepoint", false, false);
|
||||
|
||||
case OsuSkinComponents.SliderFollowCircle:
|
||||
var followCircleContent = this.GetAnimation("sliderfollowcircle", true, true, true);
|
||||
var followCircleContent = this.GetAnimation("sliderfollowcircle", true, true, true, maxSize: new Vector2(308f));
|
||||
if (followCircleContent != null)
|
||||
return new LegacyFollowCircle(followCircleContent);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user