diff --git a/examples/common/bgfx_utils.cpp b/examples/common/bgfx_utils.cpp index 9bc1e193d..20e1e23c2 100644 --- a/examples/common/bgfx_utils.cpp +++ b/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);