1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +08:00

Fix switch case

... caused by a poor merge
This commit is contained in:
Craftplacer 2020-05-11 07:13:06 +02:00 committed by GitHub
parent d697de29a6
commit 43342c57b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();