mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Cleanup.
This commit is contained in:
parent
c1b2a40e2f
commit
4063b2a652
1 changed files with 0 additions and 1 deletions
|
@ -1447,7 +1447,6 @@ namespace bgfx { namespace d3d11
|
||||||
frameBuffer.resolve();
|
frameBuffer.resolve();
|
||||||
}
|
}
|
||||||
|
|
||||||
BX_UNUSED(_msaa);
|
|
||||||
if (!isValid(_fbh) )
|
if (!isValid(_fbh) )
|
||||||
{
|
{
|
||||||
m_deviceCtx->OMSetRenderTargets(1, &m_backBufferColor, m_backBufferDepthStencil);
|
m_deviceCtx->OMSetRenderTargets(1, &m_backBufferColor, m_backBufferDepthStencil);
|
||||||
|
|
Loading…
Reference in a new issue