mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Minor changes and improvements
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user