Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compilation
  • Loading branch information
CrossVR committed Jan 27, 2014
1 parent 7601984 commit 5d1db5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/GLInterface/AGL.cpp
Expand Up @@ -123,6 +123,6 @@ void cInterfaceAGL::Update()

void cInterfaceAGL::SwapInterval(int interval)
{
[GLWin.cocoaCtx setValues:(GLint *)&Interval forParameter:NSOpenGLCPSwapInterval];
[GLWin.cocoaCtx setValues:(GLint *)&interval forParameter:NSOpenGLCPSwapInterval];
}

0 comments on commit 5d1db5d

Please sign in to comment.