From 3c7cb7a038c97aabbba246259e345ebd792b099f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 29 Feb 2016 00:02:56 -0800 Subject: [PATCH] Cleanup. --- examples/28-wireframe/wireframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/28-wireframe/wireframe.cpp b/examples/28-wireframe/wireframe.cpp index cb0c8d431..bb64b23d6 100644 --- a/examples/28-wireframe/wireframe.cpp +++ b/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) {