Branimir Karadžić 8 years ago
parent
commit
25d7bf27ff
1 changed files with 1 additions and 2 deletions
  1. 1 2
      examples/33-pom/pom.cpp

+ 1 - 2
examples/33-pom/pom.cpp

@@ -365,7 +365,6 @@ class ExamplePom : public entry::AppI
 	bgfx::TextureHandle m_textureColor;
 	bgfx::TextureHandle m_textureColor;
 	bgfx::TextureHandle m_textureNormal;
 	bgfx::TextureHandle m_textureNormal;
 	bgfx::TextureHandle m_textureDepth;
 	bgfx::TextureHandle m_textureDepth;
-	bool m_instancingSupported;
 
 
 	entry::MouseState m_mouseState;
 	entry::MouseState m_mouseState;
 
 
@@ -376,7 +375,7 @@ class ExamplePom : public entry::AppI
 	int64_t m_timeOffset;
 	int64_t m_timeOffset;
 
 
 	int32_t m_shading_type;
 	int32_t m_shading_type;
-	bool m_show_diffuse_texture;
+	bool    m_show_diffuse_texture;
 	int32_t m_parallax_scale;
 	int32_t m_parallax_scale;
 	int32_t m_num_steps;
 	int32_t m_num_steps;
 };
 };