Skip to content

Commit

Permalink
Hotfix approach circle cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Oct 8, 2023
1 parent 24cc496 commit a58abb7
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 a58abb7

Please sign in to comment.