mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Merge pull request #8641 from smoogipoo/fix-parse-performance
Fix performance when parsing mania skins
This commit is contained in:
@ -108,6 +108,8 @@ namespace osu.Game.Skinning
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
pendingLines.Clear();
|
||||
}
|
||||
|
||||
private void parseArrayValue(string value, float[] output)
|
||||
|
Reference in New Issue
Block a user