st/wgl: add missing paramter
This commit is contained in:
@@ -367,7 +367,7 @@ success:
|
|||||||
fail:
|
fail:
|
||||||
if(fb)
|
if(fb)
|
||||||
stw_framebuffer_release(fb);
|
stw_framebuffer_release(fb);
|
||||||
st_make_current( NULL, NULL, NULL );
|
st_make_current( NULL, NULL, NULL, NULL );
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user