From 25d7bf27ff588443e1979beb051fcd2d93b22778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 4 Apr 2017 20:10:57 -0700 Subject: [PATCH] Cleanup. --- examples/33-pom/pom.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/33-pom/pom.cpp b/examples/33-pom/pom.cpp index 5fe4d0dbf..f13abd36b 100644 --- a/examples/33-pom/pom.cpp +++ b/examples/33-pom/pom.cpp @@ -365,7 +365,6 @@ class ExamplePom : public entry::AppI bgfx::TextureHandle m_textureColor; bgfx::TextureHandle m_textureNormal; bgfx::TextureHandle m_textureDepth; - bool m_instancingSupported; entry::MouseState m_mouseState; @@ -376,7 +375,7 @@ class ExamplePom : public entry::AppI int64_t m_timeOffset; int32_t m_shading_type; - bool m_show_diffuse_texture; + bool m_show_diffuse_texture; int32_t m_parallax_scale; int32_t m_num_steps; };