Merge branch 'master' into songselect-random-sfx

This commit is contained in:
Dean Herbert
2022-02-02 17:18:24 +09:00
committed by GitHub
165 changed files with 14397 additions and 685 deletions

View File

@ -634,6 +634,10 @@ namespace osu.Game.Screens.Select
public override void OnSuspending(IScreen next)
{
// Handle the case where FinaliseSelection is never called (ie. when a screen is pushed externally).
// Without this, it's possible for a transfer to happen while we are not the current screen.
transferRulesetValue();
ModSelect.SelectedMods.UnbindFrom(selectedMods);
ModSelect.Hide();