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
commit 17ed2a4d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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