kionell / osu-parsers

A bundle of decoders/encoders for osu! file formats based on the osu!lazer source code.
MIT License
38 stars 8 forks source link

Score encoder is not working #2

Closed kionell closed 2 years ago

kionell commented 2 years ago

Buffers cannot change their size dynamically as arrays. Because of this problem, score encoder crashes the program. Serialization writer needs refactoring.