Бранимир Караџић 4 years ago
parent
commit
45c0b29470
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/bgfx_p.h

+ 4 - 3
src/bgfx_p.h

@@ -1643,9 +1643,10 @@ namespace bgfx
 				m_startIndex      = 0;
 				m_numIndices      = UINT32_MAX;
 				m_indexBuffer.idx = kInvalidHandle;
-				m_submitFlags   = 0;
-			} else {
-				// if index buffer retained track its size in submit flags.
+				m_submitFlags     = 0;
+			}
+			else
+			{
 				m_submitFlags = isIndex16() ? 0 : BGFX_SUBMIT_INTERNAL_INDEX32;
 			}