Build fix.

This commit is contained in:
Themaister 2014-04-19 16:25:27 +02:00
parent 5bdd368192
commit 5614a77cec

View File

@ -591,7 +591,7 @@ static void gfx_ctx_show_mouse(void *data, bool state)
static void gfx_ctx_bind_hw_render(void *data, bool enable)
{
g_use_hw_render = enable;
g_use_hw_ctx = enable;
if (g_hdc)
wglMakeCurrent(g_hdc, enable ? g_hw_hrc : g_hrc);
}