Skip to content

Commit

Permalink
Hotfix approach circle cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy authored and bdach committed Oct 9, 2023
1 parent ca21709 commit ad6f04c
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 ad6f04c

Please sign in to comment.