Commit da512ca6 authored by Roderick Colenbrander's avatar Roderick Colenbrander Committed by Alexandre Julliard

wined3d: Add a break which got lost in the POINTSCALEENABLE fix.

parent ccf509b4
......@@ -3525,6 +3525,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_SetRenderState(IWineD3DDevice *iface, D3DRENDE
} else {
TRACE("POINT_PARAMETERS not supported in this version of opengl\n");
}
break;
}
case WINED3DRS_COLORWRITEENABLE :
{
......
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