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

Fix normal skin hitsounds prioritised over default taiko hitsounds

This commit is contained in:
Salman Ahmed 2022-07-30 09:14:55 +03:00
parent d590219779
commit 0940e703b3

View File

@ -173,9 +173,6 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Legacy
{
foreach (string name in base.LookupNames)
yield return name.Insert(name.LastIndexOf('/') + 1, "taiko-");
foreach (string name in base.LookupNames)
yield return name;
}
}
}