Skip to content

Commit

Permalink
Merge pull request #25067 from bdach/approach-circle-cutoff
Browse files Browse the repository at this point in the history
Adjust approach circle maximum size limits for backwards compatibility
  • Loading branch information
peppy committed Oct 10, 2023
2 parents 6b38600 + ad6f04c commit 0ca05d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public partial class LegacyApproachCircle : SkinnableSprite
private DrawableHitObject drawableObject { get; set; } = null!;

public LegacyApproachCircle()
: base("Gameplay/osu/approachcircle", OsuHitObject.OBJECT_DIMENSIONS)
: base("Gameplay/osu/approachcircle", OsuHitObject.OBJECT_DIMENSIONS * 2)
{
}

Expand Down

0 comments on commit 0ca05d9

Please sign in to comment.