VictorPad před 7 roky
rodič
revize
4f815de2d0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.format
 						, m_scd.flags
 						, m_scd.flags
 						) );
 						) );
-					m_backBufferColorIdx = m_scd.BufferCount-1;
+					m_backBufferColorIdx = m_scd.bufferCount-1;
 #endif // BX_PLATFORM_WINDOWS
 #endif // BX_PLATFORM_WINDOWS
 				}
 				}
 				else
 				else