This commit is contained in:
Branimir Karadžić 2017-06-21 20:06:01 -07:00
parent 9215db2154
commit 793f260be1
2 changed files with 57 additions and 62 deletions

View File

@ -104,8 +104,6 @@ class ExampleTerrain : public entry::AppI
m_oldHeight = 0;
m_oldReset = m_reset;
m_scrollArea = 0;
m_brush.m_power = 0.5f;
m_brush.m_size = 10;
m_brush.m_raise = true;
@ -410,7 +408,6 @@ class ExampleTerrain : public entry::AppI
, ImGuiWindowFlags_AlwaysAutoResize
);
ImGui::Separator();
m_terrain.m_dirty |= ImGui::RadioButton("Vertex Buffer", &m_terrain.m_mode, 0);
@ -507,8 +504,6 @@ class ExampleTerrain : public entry::AppI
uint32_t m_oldHeight;
uint32_t m_oldReset;
int32_t m_scrollArea;
TerrainData m_terrain;
BrushData m_brush;