1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:42:56 +08:00

Add comment about size change

This commit is contained in:
Dean Herbert 2019-12-06 18:54:54 +09:00
parent af2305bb77
commit f958485be1

View File

@ -51,6 +51,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
case OsuSkinComponents.SliderFollowCircle:
var followCircle = this.GetAnimation("sliderfollowcircle", true, true);
if (followCircle != null)
// follow circles are 2x the hitcircle resolution in legacy skins (since they are scaled down from >1x
followCircle.Scale *= 0.5f;
return followCircle;