1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 03:39:53 +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
Unverified
parent 6a37fb41cc
commit e22650293d
-2
View File
@@ -17,8 +17,6 @@ namespace osu.Game.Skinning
{
if (section != Section.Colours)
{
line = StripComments(line);
var pair = SplitKeyVal(line);
switch (section)