fixed compiler warning, sent upstream (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-16 14:25:12 +02:00
parent 2b97bfba29
commit fcf852fea2

View file

@ -285,10 +285,10 @@ namespace bgfx { namespace d3d11
struct FrameBufferD3D11
{
FrameBufferD3D11()
: m_denseIdx(UINT16_MAX)
: m_dsv(NULL)
, m_denseIdx(UINT16_MAX)
, m_num(0)
, m_numTh(0)
, m_dsv(NULL)
{
}