SL-16330 mac build fix
parent
730b8427b5
commit
ca4fb96e1d
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue