Commit 858be437 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

wined3d: Fix cut&paste typo.

parent a1528097
......@@ -3802,7 +3802,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_SetRenderState(IWineD3DDevice *iface, D3DRENDE
if(!This->stateBlock->renderState[WINED3DRS_TWOSIDEDSTENCILMODE]) {
if(GL_EXTCALL(glStencilFuncSeparate)) {
GL_EXTCALL(glStencilFuncSeparate(GL_BACK, func, ref, mask));
checkGLcall("glStencilOpSeparate(GL_BACK,...)");
checkGLcall("glStencilFuncSeparate(GL_BACK,...)");
} else
WARN("Unsupported in local OpenGL implementation: glStencilFuncSeparate\n");
} else {
......
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