提交 5fe128a0 编写于 作者: J James Park

libobs-opengl: Fix bad log string

上级 cb671920
......@@ -532,7 +532,7 @@ void device_enter_context(gs_device_t *device)
hdc = device->cur_swap->wi->hdc;
if (!wgl_make_current(hdc, device->plat->hrc))
blog(LOG_ERROR, "device_load_swapchain (GL) failed");
blog(LOG_ERROR, "device_enter_context (GL) failed");
}
void device_leave_context(gs_device_t *device)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册