Shouldn't need this glFinish as SwapBuffers does the same thing.

This commit is contained in:
Shyotl
2011-10-17 12:12:47 -05:00
parent 02b58694bb
commit 18e5b94615

View File

@@ -2919,7 +2919,6 @@ BOOL LLWindowWin32::resetDisplayResolution()
void LLWindowWin32::swapBuffers() void LLWindowWin32::swapBuffers()
{ {
glFinish();
SwapBuffers(mhDC); SwapBuffers(mhDC);
} }