build fix

This commit is contained in:
degasus 2013-02-07 10:48:42 +01:00
parent 376a807dea
commit 9987765b1f
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ Renderer::Renderer()
#ifdef __APPLE__
int swapInterval = g_ActiveConfig.bVSync ? 1 : 0;
NSOpenGLContext *ctx = GLWin.cocoaCtx;
#endif
[ctx setValues: &swapInterval forParameter: NSOpenGLCPSwapInterval];
#elif defined _WIN32
if (WGLEW_EXT_swap_control)