* fix typo (#1444)

This commit is contained in:
VictorPad
2018-07-30 19:33:55 +03:00
committed by Branimir Karadžić
parent 8e9c14df3c
commit 4f815de2d0

View File

@@ -2156,7 +2156,7 @@ namespace bgfx { namespace d3d12
, m_scd.format
, m_scd.flags
) );
m_backBufferColorIdx = m_scd.BufferCount-1;
m_backBufferColorIdx = m_scd.bufferCount-1;
#endif // BX_PLATFORM_WINDOWS
}
else