Skip to content
Snippets Groups Projects
Commit f54df293 authored by Pierre's avatar Pierre
Browse files

vout_macosx: Fix a typo.

parent df328ccf
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment