mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Fix taiko lookup logic
This commit is contained in:
parent
2ea4aa0a37
commit
2ec2749cb4
@ -162,7 +162,7 @@ namespace osu.Game.Rulesets.Taiko.Skinning
|
||||
get
|
||||
{
|
||||
foreach (var name in source.LookupNames)
|
||||
yield return $"taiko-{name}";
|
||||
yield return name.Insert(name.LastIndexOf('/') + 1, "taiko-");
|
||||
|
||||
foreach (var name in source.LookupNames)
|
||||
yield return name;
|
||||
|
Loading…
Reference in New Issue
Block a user