diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2021-08-02 20:41:43 +0200 |
---|---|---|
committer | RSDuck <RSDuck@users.noreply.github.com> | 2021-08-02 20:41:43 +0200 |
commit | 946eb7a834e1d452ed17a9ab5d76bcf55211e54d (patch) | |
tree | fc49c76b80f3ec6b60be21dace31791fea3ee5fa /src/frontend/qt_sdl | |
parent | 1bda85383f3916ceecfa96861602ff401e36deb6 (diff) |
fix pause when inactive
Diffstat (limited to 'src/frontend/qt_sdl')
-rw-r--r-- | src/frontend/qt_sdl/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/qt_sdl/main.h b/src/frontend/qt_sdl/main.h index 9d9e40e..acaad55 100644 --- a/src/frontend/qt_sdl/main.h +++ b/src/frontend/qt_sdl/main.h @@ -286,7 +286,7 @@ private: QString loadErrorStr(int error); - bool pausedManually; + bool pausedManually = false; int oldW, oldH; bool oldMax; |