mirror of
https://github.com/ppy/osu
synced 2025-02-17 02:47:19 +00:00
Remove unnecessary finaliser.
This commit is contained in:
parent
feccb7286c
commit
856e056515
@ -43,20 +43,13 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
track?.Dispose();
|
||||
Reader?.Dispose();
|
||||
|
||||
isDisposed = true;
|
||||
}
|
||||
}
|
||||
|
||||
~WorkingBeatmap()
|
||||
{
|
||||
Dispose(false);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(true);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user