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
commit 0ca05d986d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{
}