1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 00:00:40 +08:00

Merge pull request #25067 from bdach/approach-circle-cutoff

Adjust approach circle maximum size limits for backwards compatibility
This commit is contained in:
Dean Herbert
2023-10-10 17:05:16 +09:00
committed by GitHub
Unverified
@@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
private DrawableHitObject drawableObject { get; set; } = null!;
public LegacyApproachCircle()
: base("Gameplay/osu/approachcircle", OsuHitObject.OBJECT_DIMENSIONS)
: base("Gameplay/osu/approachcircle", OsuHitObject.OBJECT_DIMENSIONS * 2)
{
}