mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 15:47:38 +09: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…
x
Reference in New Issue
Block a user