Strip comments from everything except metadata

This commit is contained in:
morguldir
2018-07-16 01:04:41 +02:00
parent a9f8c2acb8
commit 6c861a1638
4 changed files with 24 additions and 11 deletions

View File

@ -14,6 +14,8 @@ namespace osu.Game.Skinning
protected override void ParseLine(SkinConfiguration skin, Section section, string line)
{
line = StripComments(line);
switch (section)
{
case Section.General: