mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 09:23:06 +08:00
Fix storyboard samples not loading from subfolders
This commit is contained in:
parent
beb8e72e15
commit
09cd66adb0
@ -175,7 +175,7 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
foreach (var lookup in sampleInfo.LookupNames)
|
||||
{
|
||||
var sample = Samples?.Get(getFallbackName(lookup));
|
||||
var sample = Samples?.Get(lookup);
|
||||
|
||||
if (sample != null)
|
||||
return sample;
|
||||
|
Loading…
Reference in New Issue
Block a user