mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:42:56 +08:00
Save on disposal
This commit is contained in:
parent
b7adb4b1fd
commit
fd3ab41731
@ -176,6 +176,12 @@ namespace osu.Game.Collections
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
save();
|
||||
}
|
||||
}
|
||||
|
||||
public class BeatmapCollection
|
||||
|
Loading…
Reference in New Issue
Block a user