mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix taiko lookup logic
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user