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

This commit is contained in:
Roderick Colenbrander 2006-02-03 18:51:30 +01:00 committed by Alexandre Julliard
parent ccf509b4c6
commit da512ca655
1 changed files with 1 additions and 0 deletions

View File

@ -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 :
{