Shouldn't need this glFinish as SwapBuffers does the same thing.
This commit is contained in:
@@ -2919,7 +2919,6 @@ BOOL LLWindowWin32::resetDisplayResolution()
|
||||
|
||||
void LLWindowWin32::swapBuffers()
|
||||
{
|
||||
glFinish();
|
||||
SwapBuffers(mhDC);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user