Fix silly mistake

This commit is contained in:
Salman Ahmed
2021-02-22 16:59:35 +03:00
parent 5e9040c291
commit 5493c55da7

View File

@ -427,7 +427,7 @@ namespace osu.Game.Screens.Play
private void updatePauseOnFocusLostState()
{
if (!PauseOnFocusLost || pausingSupportedByCurrentState || breakTracker.IsBreakTime.Value)
if (!PauseOnFocusLost || !pausingSupportedByCurrentState || breakTracker.IsBreakTime.Value)
return;
if (gameActive.Value == false)