summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-11-10 18:44:00 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-11-10 18:44:00 +0200
commitd3b8f823fa48a6f7d15d569b9e554e25c97075f6 (patch)
treee6745a37512093e9f3f357eda88eb0116677e51c /indra
parent7c561ca1c7732d1d95562069565f605f46e8c9e3 (diff)
SL-16330 mac build fix
Diffstat (limited to 'indra')
-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;
}