mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
Merge pull request #8641 from smoogipoo/fix-parse-performance
Fix performance when parsing mania skins
This commit is contained in:
commit
17ed2a4d93
@ -108,6 +108,8 @@ namespace osu.Game.Skinning
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
pendingLines.Clear();
|
||||
}
|
||||
|
||||
private void parseArrayValue(string value, float[] output)
|
||||
|
Loading…
Reference in New Issue
Block a user