Browse Source

* fix typo (#1444)

VictorPad 7 years ago
parent
commit
4f815de2d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderer_d3d12.cpp

+ 1 - 1
src/renderer_d3d12.cpp

@@ -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