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:
parent
bad1bb6618
commit
0182448262
@ -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