mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +08:00
Hotfix approach circle cutoff
This commit is contained in:
parent
ca217094d6
commit
ad6f04cfb0
@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
|||||||
private DrawableHitObject drawableObject { get; set; } = null!;
|
private DrawableHitObject drawableObject { get; set; } = null!;
|
||||||
|
|
||||||
public LegacyApproachCircle()
|
public LegacyApproachCircle()
|
||||||
: base("Gameplay/osu/approachcircle", OsuHitObject.OBJECT_DIMENSIONS)
|
: base("Gameplay/osu/approachcircle", OsuHitObject.OBJECT_DIMENSIONS * 2)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user