summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2021-11-17 17:51:50 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2021-11-17 17:51:50 +0200
commitfdeeb0190eb6fa2d6b39816d14a664f5d38aa4ec (patch)
treefc8f807b4e1ad7e74a14d5989c9bf89cb9e194e1 /indra/newview
parent4745aab37647956cf92e760df525d5fe64f47908 (diff)
SL-16330 Allow vsync update without restart on mac
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewercontrol.cpp2
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;
}