mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 15:52:54 +08:00
Fix performance when parsing mania skins
This commit is contained in:
parent
bad1bb6618
commit
0182448262
@ -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