1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Fix weird merge conflict

This commit is contained in:
Dean Herbert 2019-07-02 23:21:13 +09:00
parent 2fafe9a651
commit 8e0b5f1622

View File

@ -51,11 +51,6 @@ namespace osu.Game.Beatmaps
total_count.Value++;
}
~WorkingBeatmap()
{
Dispose(false);
}
protected virtual Track GetVirtualTrack()
{
const double excess_length = 1000;