Use correct context to flush with

This commit is contained in:
baldurk
2018-10-11 11:14:05 +01:00
parent ccf85076b7
commit a6714f4e82
@@ -809,7 +809,7 @@ void D3D11DebugManager::CopyTex2DMSToArray(ID3D11Texture2D *destArray, ID3D11Tex
ctx->Draw(3, 0);
}
m_pImmediateContext->Flush();
ctx->Flush();
SAFE_RELEASE(dsvArray);
}