mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 18:23:21 +08: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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pendingLines.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void parseArrayValue(string value, float[] output)
|
private void parseArrayValue(string value, float[] output)
|
||||||
|
Loading…
Reference in New Issue
Block a user