1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-09 13:17:21 +08:00
Berkan Diler 5b452293d6 Minor cleanups for legacy beatmap decoders
Replaces some string.StartsWith(string, StringComparison.Ordinal) calls with ring.StartsWith(char) , when only one char is compared. Possible since .NET-Standard 2.1

And another LegacyStoryboardDecoder.handleEvents() cleanup, saves some MB of allocations.
2020-02-08 18:05:27 +01:00
..
2019-11-17 20:48:23 +08:00
2019-12-25 14:55:05 +09:00
2019-03-13 11:30:33 +09:00