Add matching requestedByUser parameter to Play method

This commit is contained in:
Dean Herbert
2020-11-02 15:01:30 +09:00
parent d2f6303988
commit 8f2cd0e8c5
2 changed files with 12 additions and 4 deletions

View File

@ -579,7 +579,8 @@ namespace osu.Game.Screens.Select
updateComponentFromBeatmap(Beatmap.Value);
// restart playback on returning to song select, regardless.
music.Play();
// not sure this should be a permanent thing (we may want to leave a user pause paused even on returning)
music.Play(requestedByUser: true);
}
this.FadeIn(250);