diff --git a/src/d3d9/d3d9_device.cpp b/src/d3d9/d3d9_device.cpp index 99db7151..78599b91 100644 --- a/src/d3d9/d3d9_device.cpp +++ b/src/d3d9/d3d9_device.cpp @@ -4510,9 +4510,6 @@ namespace dxvk { : sizeof(D3D9FixedFunctionVertexBlendDataHW), DxsoProgramType::VertexShader, DxsoConstantBuffers::VSVertexBlendData); - - m_flags.set( - D3D9DeviceFlag::DirtyClipPlanes); }