This commit is contained in:
Branimir Karadžić 2015-04-02 23:18:20 -07:00
parent c1b2a40e2f
commit 4063b2a652

View file

@ -1447,7 +1447,6 @@ namespace bgfx { namespace d3d11
frameBuffer.resolve();
}
BX_UNUSED(_msaa);
if (!isValid(_fbh) )
{
m_deviceCtx->OMSetRenderTargets(1, &m_backBufferColor, m_backBufferDepthStencil);