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

vout_macosx: Fix a typo.

parent df328ccf
......@@ -341,6 +341,7 @@ static void OpenglSwap(vout_opengl_t *gl)
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