Rename to IsUserPaused

This commit is contained in:
Dean Herbert
2019-07-11 00:18:19 +09:00
parent 9986178bf4
commit b225b2eb39
3 changed files with 11 additions and 7 deletions

View File

@ -193,7 +193,7 @@ namespace osu.Game.Screens.Menu
//we may have consumed our preloaded instance, so let's make another.
preloadSongSelect();
if (Beatmap.Value.Track != null && !musicController.UserRequestedPause)
if (Beatmap.Value.Track != null && !musicController.IsUserPaused)
Beatmap.Value.Track.Start();
}