diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c index c5c4c4748e4..ec7dc6014cc 100644 --- a/dlls/wined3d/device.c +++ b/dlls/wined3d/device.c @@ -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 : {