1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-08 03:12:57 +08:00

Fix performance when parsing mania skins

This commit is contained in:
smoogipoo 2020-04-06 18:35:39 +09:00
parent bad1bb6618
commit 0182448262

View File

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