Branimir Karadžić 9 years ago
parent
commit
3c7cb7a038
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/28-wireframe/wireframe.cpp

+ 1 - 1
examples/28-wireframe/wireframe.cpp

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