mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 09:42:54 +08:00
Fix game pausing when made inactive while watching a replay
This commit is contained in:
parent
c34ba2690f
commit
9457a6128e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user