mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Fix missing comma
This commit is contained in:
parent
f4db4985d1
commit
a7eda32a6e
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mania
|
||||
|
||||
public enum ManiaSkinComponents
|
||||
{
|
||||
KeyArea
|
||||
KeyArea,
|
||||
ColumnBackground
|
||||
}
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ namespace osu.Game.Skinning
|
||||
public enum LegacyManiaSkinConfigurationLookups
|
||||
{
|
||||
KeyImage,
|
||||
KeyImageDown
|
||||
KeyImageDown,
|
||||
LightImage,
|
||||
LeftLineWidth,
|
||||
RightLineWidth
|
||||
|
Loading…
Reference in New Issue
Block a user