Mac OS X does not need glFlush() called, swapping the buffers does it implicitly.

This commit is contained in:
Steve Checkoway
2008-07-29 09:26:41 +00:00
parent f8711d2f74
commit 6654fa2e1d
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -27,6 +27,10 @@ using namespace RageDisplay_OGL_Helpers;
#pragma comment(lib, "glu32.lib")
#endif
#ifdef NO_GL_FLUSH
#define glFlush()
#endif
//
// Globals
//