mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Simplify namespace definition
This commit is contained in:
parent
307a6c1095
commit
e6bd02d276
@ -56,7 +56,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
return true;
|
||||
},
|
||||
},
|
||||
new SkinnableDrawable("Play/Osu/Objects/Drawables/MainCircle", _ => new MainCirclePiece(HitObject.IndexInCurrentCombo)),
|
||||
new SkinnableDrawable("Play/osu/hitcircle", _ => new MainCirclePiece(HitObject.IndexInCurrentCombo)),
|
||||
ApproachCircle = new ApproachCircle
|
||||
{
|
||||
Alpha = 0,
|
||||
|
@ -78,7 +78,7 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
switch (componentName)
|
||||
{
|
||||
case "Play/Osu/Objects/Drawables/MainCircle":
|
||||
case "Play/osu/hitcircle":
|
||||
if (!hasHitCircle)
|
||||
return null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user