mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Add comment about size change
This commit is contained in:
parent
af2305bb77
commit
f958485be1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user