Fixed a silly mistake that was causing vsync to be enabled when it should have been. Also fix typo in objectSkinV.glsl previous commit

This commit is contained in:
Shyotl
2014-05-08 15:30:02 -05:00
parent 7158a3c83d
commit 162e7b7699
3 changed files with 7 additions and 7 deletions

View File

@@ -5512,7 +5512,7 @@ BOOL LLViewerWindow::changeDisplaySettings(BOOL fullscreen, LLCoordScreen size,
mWindow->setSize(size);
}
if (fsaa == old_fsaa && vsync_mode == mWindow->getFSAASamples())
if (fsaa == old_fsaa && vsync_mode == mWindow->getVsyncMode())
{
return TRUE;
}