mirror of https://github.com/ppy/osu
add todo entries
This commit is contained in:
parent
f3b96f8f50
commit
dae738d6a4
|
@ -10,6 +10,7 @@ public class LegacyHoldNoteHeadPiece : LegacyNotePiece
|
|||
{
|
||||
protected override Texture GetTexture(ISkinSource skin)
|
||||
{
|
||||
// TODO: Should fallback to the head from default legacy skin instead of note.
|
||||
return GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteHeadImage)
|
||||
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.NoteImage);
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@ protected override void OnDirectionChanged(ValueChangedEvent<ScrollingDirection>
|
|||
|
||||
protected override Texture GetTexture(ISkinSource skin)
|
||||
{
|
||||
// TODO: Should fallback to the head from default legacy skin instead of note.
|
||||
return GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteTailImage)
|
||||
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteHeadImage)
|
||||
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.NoteImage);
|
||||
|
|
Loading…
Reference in New Issue