diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2021-11-17 17:51:50 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2021-11-17 17:51:50 +0200 |
commit | fdeeb0190eb6fa2d6b39816d14a664f5d38aa4ec (patch) | |
tree | fc8f807b4e1ad7e74a14d5989c9bf89cb9e194e1 /indra/newview | |
parent | 4745aab37647956cf92e760df525d5fe64f47908 (diff) |
SL-16330 Allow vsync update without restart on mac
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewercontrol.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index 9f76543647..e20c64e48e 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -260,9 +260,7 @@ static bool handleAnisotropicChanged(const LLSD& newvalue) static bool handleVSyncChanged(const LLSD& newvalue) { -#if LL_WINDOWS gViewerWindow->getWindow()->toggleVSync(newvalue.asBoolean()); -#endif return true; } |