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:
parent
6a37fb41cc
commit
e22650293d
@ -17,8 +17,6 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
if (section != Section.Colours)
|
||||
{
|
||||
line = StripComments(line);
|
||||
|
||||
var pair = SplitKeyVal(line);
|
||||
|
||||
switch (section)
|
||||
|
Loading…
x
Reference in New Issue
Block a user