Explicit disposal via using() to WorkingBeatmap.

This commit is contained in:
Dean Herbert
2016-11-22 14:53:23 +09:00
parent 070c7dc621
commit 7df8324957
2 changed files with 12 additions and 13 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Beatmaps.IO
public Func<BasicStorage, string, bool> Test { get; set; }
public Type Type { get; set; }
}
private static List<Reader> readers { get; } = new List<Reader>();
public static ArchiveReader GetReader(BasicStorage storage, string path)