|
@@ -435,8 +435,8 @@ class Wireframe : public entry::AppI
|
|
|
const uint32_t prevMeshSel = m_meshSelection;
|
|
const uint32_t prevMeshSel = m_meshSelection;
|
|
|
m_meshSelection = imguiChoose(m_meshSelection
|
|
m_meshSelection = imguiChoose(m_meshSelection
|
|
|
, "Bunny"
|
|
, "Bunny"
|
|
|
- , "Orb"
|
|
|
|
|
, "Hollowcubes"
|
|
, "Hollowcubes"
|
|
|
|
|
+ , "Orb"
|
|
|
);
|
|
);
|
|
|
if (prevMeshSel != m_meshSelection)
|
|
if (prevMeshSel != m_meshSelection)
|
|
|
{
|
|
{
|