mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Cleanup.
This commit is contained in:
parent
c6cd13582f
commit
281da81910
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ namespace bgfx { namespace d3d11
|
|||
hr = m_device->QueryInterface(s_d3dDeviceIIDs[ii], (void**)&device);
|
||||
if (SUCCEEDED(hr) )
|
||||
{
|
||||
DX_RELEASE(device, 2);
|
||||
device->Release(); // BK - ignore ref count.
|
||||
m_deviceInterfaceVersion = BX_COUNTOF(s_d3dDeviceIIDs)-ii;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue