mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove unnecessary abstraction of ApproachCircle
property
This commit is contained in:
@ -31,8 +31,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
|
||||
private Container scaleContainer;
|
||||
|
||||
public override Drawable ApproachCircle { get; protected set; }
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(ISkinSource source)
|
||||
{
|
||||
|
@ -29,8 +29,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
|
||||
private const float final_metre_height = 692 * SPRITE_SCALE;
|
||||
|
||||
public override Drawable ApproachCircle { get; protected set; }
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(ISkinSource source)
|
||||
{
|
||||
|
@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
|
||||
protected DrawableSpinner DrawableSpinner { get; private set; }
|
||||
|
||||
public abstract Drawable ApproachCircle { get; protected set; }
|
||||
public Drawable ApproachCircle { get; protected set; }
|
||||
|
||||
private Sprite spin;
|
||||
private Sprite clear;
|
||||
|
Reference in New Issue
Block a user