1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:07:26 +08:00

Remove unnecessary second call to StripComments in skin parsing logic

This commit is contained in:
Dean Herbert 2021-03-25 13:35:42 +09:00
parent 6a37fb41cc
commit e22650293d

View File

@ -17,8 +17,6 @@ namespace osu.Game.Skinning
{
if (section != Section.Colours)
{
line = StripComments(line);
var pair = SplitKeyVal(line);
switch (section)