Fix compilation
This commit is contained in:
parent
76019848a4
commit
5d1db5d717
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue