summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-11-10 18:44:00 +0200
committerNat Goodspeed <nat@lindenlab.com>2021-11-19 14:43:19 -0500
commitca4fb96e1dfb5c372fe6f0951db7e14266db538e (patch)
tree546ccf49694182274f37730c9952702469349b63 /indra/newview
parent730b8427b5f40e5f62bca15c5109f50db5c10be5 (diff)
SL-16330 mac build fix
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewercontrol.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp
index 3e7459ee8a..0e64d7152a 100644
--- a/indra/newview/llviewercontrol.cpp
+++ b/indra/newview/llviewercontrol.cpp
@@ -243,7 +243,9 @@ static bool handleAnisotropicChanged(const LLSD& newvalue)
static bool handleVSyncChanged(const LLSD& newvalue)
{
+#if LL_WINDOWS
gViewerWindow->getWindow()->toggleVSync(newvalue.asBoolean());
+#endif
return true;
}