mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Fix player restart invoking user-level pause
This commit is contained in:
@ -472,7 +472,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
// at the point of restarting the track should either already be paused or the volume should be zero.
|
||||
// stopping here is to ensure music doesn't become audible after exiting back to PlayerLoader.
|
||||
musicController.Stop();
|
||||
musicController.Stop(false);
|
||||
|
||||
sampleRestart?.Play();
|
||||
RestartRequested?.Invoke();
|
||||
|
Reference in New Issue
Block a user