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