Commit f54df293 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vout_macosx: Fix a typo.

parent df328ccf
......@@ -340,7 +340,8 @@ static void OpenglSwap(vout_opengl_t *gl)
Conceptual/OpenGL/chap5/chapter_5_section_44.html */
GLint params[] = { 1 };
CGLSetParameter([[self openGLContext] CGLContextObj], kCGLCPSwapInterval, params);
return self;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment