mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Unregister OnBeatmapChanged() when exiting song selection
This commit is contained in:
@ -131,7 +131,12 @@ namespace osu.Game.Screens
|
||||
Background.Exit();
|
||||
}
|
||||
|
||||
return base.OnExiting(next);
|
||||
if (base.OnExiting(next))
|
||||
return true;
|
||||
|
||||
beatmap.ValueChanged -= OnBeatmapChanged;
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user