SL-16330 mac build fix

master
Mnikolenko Productengine 2021-11-10 18:44:00 +02:00 committed by Nat Goodspeed
parent 730b8427b5
commit ca4fb96e1d
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;
}