Merge pull request #8641 from smoogipoo/fix-parse-performance

Fix performance when parsing mania skins
This commit is contained in:
Dean Herbert
2020-04-06 19:27:29 +09:00
committed by GitHub

View File

@ -108,6 +108,8 @@ namespace osu.Game.Skinning
break;
}
}
pendingLines.Clear();
}
private void parseArrayValue(string value, float[] output)