Compile fix

This commit is contained in:
Latif Khalifa
2014-03-28 16:20:38 +01:00
parent dbd7de628f
commit ba0fd794d7

View File

@@ -1348,7 +1348,7 @@ S32 LLWindowMacOSX::getVsyncMode()
}
void LLWindowMacOSX::setVsyncMode(const S32 vsync_mode)
{
mVsyncMode = vsync_mode
mVsyncMode = vsync_mode;
mForceRebuild = TRUE;
}