mirror of
https://github.com/mpv-player/mpv
synced 2025-02-12 01:47:38 +00:00
vo_opengl: add missing log newline
This commit is contained in:
parent
e10727baa7
commit
94147762fc
@ -255,7 +255,7 @@ static int w32_init(struct MPGLContext *ctx, int flags)
|
||||
goto fail;
|
||||
|
||||
if (!ctx->gl->SwapInterval)
|
||||
MP_VERBOSE(ctx->vo, "WGL_EXT_swap_control missing.");
|
||||
MP_VERBOSE(ctx->vo, "WGL_EXT_swap_control missing.\n");
|
||||
w32_ctx->real_wglSwapInterval = ctx->gl->SwapInterval;
|
||||
ctx->gl->SwapInterval = w32_swap_interval;
|
||||
w32_ctx->current_swapinterval = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user