This commit is contained in:
Branimir Karadžić
2017-04-04 20:10:57 -07:00
parent 42aa94504e
commit 25d7bf27ff

View File

@@ -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;
};