Бранимир Караџић 6 years ago
parent
commit
c927f474d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/common/bgfx_utils.cpp

+ 1 - 0
examples/common/bgfx_utils.cpp

@@ -455,6 +455,7 @@ struct Mesh
 					group.m_vbh = bgfx::createVertexBuffer(mem, m_decl);
 				}
 				break;
+
 			case BGFX_CHUNK_MAGIC_VBC:
 				{
 					read(_reader, group.m_sphere);