From c927f474d59e734f009b84bafd93aa66b76f394e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Tue, 16 Apr 2019 20:07:42 -0700 Subject: [PATCH] Cleanup. --- examples/common/bgfx_utils.cpp | 1 + 1 file changed, 1 insertion(+) 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);