Unbind song select's ruleset to avoid test failures

This commit is contained in:
Dean Herbert
2018-08-20 14:27:32 +09:00
parent e628e78f24
commit 18aa30fcb0

View File

@ -460,6 +460,8 @@ namespace osu.Game.Screens.Select
{
base.Dispose(isDisposing);
Ruleset.UnbindAll();
if (beatmaps != null)
{
beatmaps.ItemAdded -= onBeatmapSetAdded;