mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Fix switch case
... caused by a poor merge
This commit is contained in:
@ -91,6 +91,8 @@ namespace osu.Game.Rulesets.Taiko.Skinning
|
|||||||
if (GetTexture("taiko-slider") != null)
|
if (GetTexture("taiko-slider") != null)
|
||||||
return new LegacyTaikoScroller();
|
return new LegacyTaikoScroller();
|
||||||
|
|
||||||
|
return null;
|
||||||
|
|
||||||
case TaikoSkinComponents.TaikoDon:
|
case TaikoSkinComponents.TaikoDon:
|
||||||
if (GetTexture("pippidonclear0") != null)
|
if (GetTexture("pippidonclear0") != null)
|
||||||
return new DrawableTaikoMascot();
|
return new DrawableTaikoMascot();
|
||||||
|
Reference in New Issue
Block a user