mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
ddraw: Added missing break (Coverity).
This commit is contained in:
parent
108b63f5a6
commit
6d144cf012
@ -2384,6 +2384,7 @@ IDirect3DDeviceImpl_7_GetRenderState(IDirect3DDevice7 *iface,
|
||||
WINED3DRS_DEPTHBIAS,
|
||||
&wined3d_value.d);
|
||||
if (SUCCEEDED(hr)) *Value = -wined3d_value.f * 16.0f;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user