return -> break

no real reason but whatever works
This commit is contained in:
Dean Herbert
2018-03-20 20:32:32 +09:00
committed by GitHub
parent 553fd3b789
commit 5a10270a2a

View File

@ -29,7 +29,7 @@ namespace osu.Game.Skinning
break;
}
return;
break;
}
base.ParseLine(output, section, line);