Skip to content
Snippets Groups Projects
Commit d3b8f823 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-16330 mac build fix

parent 7c561ca1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment