mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Merge pull request #1641 from sburgoon/patch-1
Fixed missing paren on line 2227 for WinRT
This commit is contained in:
@@ -2224,7 +2224,7 @@ namespace bgfx { namespace d3d12
|
||||
BX_STATIC_ASSERT(BX_COUNTOF(m_backBufferColor) == BX_COUNTOF(presentQueue) );
|
||||
DX_CHECK(m_dxgi.resizeBuffers(m_swapChain, m_scd, nodeMask, presentQueue) );
|
||||
#elif BX_PLATFORM_WINRT
|
||||
DX_CHECK(m_dxgi.resizeBuffers(m_swapChain, m_scd);
|
||||
DX_CHECK(m_dxgi.resizeBuffers(m_swapChain, m_scd));
|
||||
m_backBufferColorIdx = m_scd.bufferCount-1;
|
||||
#endif // BX_PLATFORM_WINDOWS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user