mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:52:54 +08:00
Fix switch case
... caused by a poor merge
This commit is contained in:
parent
d697de29a6
commit
43342c57b8
@ -91,6 +91,8 @@ namespace osu.Game.Rulesets.Taiko.Skinning
|
||||
if (GetTexture("taiko-slider") != null)
|
||||
return new LegacyTaikoScroller();
|
||||
|
||||
return null;
|
||||
|
||||
case TaikoSkinComponents.TaikoDon:
|
||||
if (GetTexture("pippidonclear0") != null)
|
||||
return new DrawableTaikoMascot();
|
||||
|
Loading…
Reference in New Issue
Block a user