mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
* fix typo (#1444)
This commit is contained in:
committed by
Branimir Karadžić
parent
8e9c14df3c
commit
4f815de2d0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user