mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Implement IDisposable in ArchiveReaders
This commit is contained in:
committed by
Dean Herbert
parent
0267eb7649
commit
30f2eeda7c
@ -48,5 +48,10 @@ namespace osu.Desktop.Beatmaps.IO
|
||||
public override BeatmapMetadata ReadMetadata()
|
||||
{
|
||||
return FirstMap.Metadata;
|
||||
}
|
||||
|
||||
public override void Dispose()
|
||||
{
|
||||
// no-op
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user