1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:47:52 +08:00

Fix missing comma

This commit is contained in:
smoogipoo 2020-04-02 23:59:53 +09:00
parent f919a2f267
commit 24a7b5f0d6

View File

@ -35,7 +35,7 @@ namespace osu.Game.Skinning
HoldNoteTailImage,
HoldNoteBodyImage,
ExplosionImage,
ExplosionScale
ExplosionScale,
ColumnLineColour
}
}