1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +08:00

Merge pull request #4738 from peppy/fix-replay-inactive-pause

Fix game pausing when made inactive while watching a replay
This commit is contained in:
Dan Balasescu 2019-05-09 11:12:45 +09:00 committed by GitHub
commit 086f7a7314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,7 @@ namespace osu.Game.Screens.Play
private void replayLoadedValueChanged(ValueChangedEvent<bool> e)
{
PlayerSettingsOverlay.ReplayLoaded = e.NewValue;
HoldToQuit.PauseOnFocusLost = !e.NewValue;
if (e.NewValue)
{