mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 06:36:22 +08:00
Hotfix approach circle cutoff
This commit is contained in:
committed by
Bartłomiej Dach
Unverified
parent
ca217094d6
commit
ad6f04cfb0
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user