remove BX_FALLTHROUGH to avoid warning (#1355)

This commit is contained in:
云风 2018-03-20 00:05:03 +08:00 committed by Branimir Karadžić
parent 4b945a3a18
commit ba32657d6d

View File

@ -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)