mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove unnecessary methods and local variables.
This commit is contained in:
@ -68,6 +68,7 @@ namespace osu.Game.Beatmaps
|
||||
beatmap = decoder?.Decode(stream);
|
||||
}
|
||||
|
||||
|
||||
if (WithStoryboard && beatmap != null && BeatmapSetInfo.StoryboardFile != null)
|
||||
using (var stream = new StreamReader(reader.GetStream(BeatmapSetInfo.StoryboardFile)))
|
||||
decoder?.Decode(stream, beatmap);
|
||||
|
Reference in New Issue
Block a user