mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fixed compiler warning, sent upstream (nw)
This commit is contained in:
parent
2b97bfba29
commit
fcf852fea2
1 changed files with 2 additions and 2 deletions
4
3rdparty/bgfx/src/renderer_d3d11.h
vendored
4
3rdparty/bgfx/src/renderer_d3d11.h
vendored
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue