SL-16330 mac build fix

master
Mnikolenko Productengine 2021-11-10 18:44:00 +02:00
parent 7c561ca1c7
commit d3b8f823fa
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}