Fix release builds
This commit is contained in:
parent
7dd4815edf
commit
6d6acf4308
1 changed files with 1 additions and 1 deletions
|
|
@ -784,7 +784,7 @@ void Session::exec()
|
|||
// Capture the mouse by default on release builds only.
|
||||
// This prevents the mouse from becoming trapped inside
|
||||
// Moonlight when it's halted at a debug break.
|
||||
if (m_Preferences.fullScreen) {
|
||||
if (m_Preferences.windowMode != StreamingPreferences::WM_WINDOWED) {
|
||||
SDL_SetRelativeMouseMode(SDL_TRUE);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue