Commit 2db04157 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

Handle D3DLIGHTSTATE_COLORVERTEX to prevent SetLightState from

failing.
parent 7bff19ea
......@@ -578,6 +578,7 @@ GL_IDirect3DDeviceImpl_3_2T_SetLightState(LPDIRECT3DDEVICE3 iface,
UNSUP(FOGSTART);
UNSUP(FOGEND);
UNSUP(FOGDENSITY);
UNSUP(COLORVERTEX);
#undef UNSUP
default:
......
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