mirror of
https://github.com/ppy/osu
synced 2025-02-09 22:57:37 +00:00
add fallback to normal note image
This commit is contained in:
parent
366dc7085d
commit
f3b96f8f50
@ -21,7 +21,8 @@ namespace osu.Game.Rulesets.Mania.Skinning
|
||||
protected override Texture GetTexture(ISkinSource skin)
|
||||
{
|
||||
return GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteTailImage)
|
||||
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteHeadImage);
|
||||
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteHeadImage)
|
||||
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.NoteImage);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user