mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Rename to IsUserPaused
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user