1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 19:14:36 +08:00

Hotfix approach circle cutoff

This commit is contained in:
Dean Herbert
2023-10-09 04:02:02 +09:00
Unverified
parent 24cc496d8e
commit a58abb73a9
@@ -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)
{
}