mirror of https://github.com/ppy/osu
Add comment regarding unused enum members in `LegacyNoteBodyStyle`
This commit is contained in:
parent
b1d2a433f8
commit
ca768ca446
|
@ -6,10 +6,12 @@ namespace osu.Game.Skinning
|
|||
public enum LegacyNoteBodyStyle
|
||||
{
|
||||
Stretch = 0,
|
||||
|
||||
// listed as the default on https://osu.ppy.sh/wiki/en/Skinning/skin.ini, but is seemingly not according to the source.
|
||||
// Repeat = 1,
|
||||
|
||||
RepeatTop = 2,
|
||||
RepeatBottom = 3,
|
||||
RepeatTopAndBottom = 4,
|
||||
//Repeat = 1,
|
||||
//RepeatMiddle = 5,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue