Cleanup.
This commit is contained in:
parent
9215db2154
commit
793f260be1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user