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

@ -42,6 +42,8 @@ namespace osu.Game.Beatmaps.Formats
protected override void ParseLine(Storyboard storyboard, Section section, string line)
{
line = StripComments(line);
switch (section)
{
case Section.Events: