Minor changes and improvements

This commit is contained in:
Craftplacer
2020-08-16 01:00:28 +02:00
parent 434354c44c
commit cfd82104db
3 changed files with 3 additions and 5 deletions

View File

@ -90,9 +90,7 @@ namespace osu.Game.Screens.Edit
using (var stream = new MemoryStream())
{
using (var sw = new StreamWriter(stream, Encoding.UTF8, 1024, true))
{
new LegacyBeatmapEncoder(editorBeatmap, beatmapSkin).Encode(sw);
}
savedStates.Add(stream.ToArray());
}