1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-23 15:13:01 +08:00

Fix missing comma

This commit is contained in:
Dean Herbert 2020-03-31 22:34:41 +09:00
parent f4db4985d1
commit a7eda32a6e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mania
public enum ManiaSkinComponents public enum ManiaSkinComponents
{ {
KeyArea KeyArea,
ColumnBackground ColumnBackground
} }
} }

View File

@ -20,7 +20,7 @@ namespace osu.Game.Skinning
public enum LegacyManiaSkinConfigurationLookups public enum LegacyManiaSkinConfigurationLookups
{ {
KeyImage, KeyImage,
KeyImageDown KeyImageDown,
LightImage, LightImage,
LeftLineWidth, LeftLineWidth,
RightLineWidth RightLineWidth