remove BX_FALLTHROUGH to avoid warning (#1355)
This commit is contained in:
parent
4b945a3a18
commit
ba32657d6d
@ -1508,7 +1508,6 @@ namespace bgfx { namespace d3d11
|
||||
DX_RELEASE(m_swapChain, 0);
|
||||
DX_RELEASE(m_deviceCtx, 0);
|
||||
DX_RELEASE(m_device, 0);
|
||||
BX_FALLTHROUGH;
|
||||
|
||||
#if USE_D3D11_DYNAMIC_LIB
|
||||
if (NULL != m_d3d9dll)
|
||||
|
Loading…
Reference in New Issue
Block a user