From dfaf8168227fedde5a8ad2503ed6e33013bdf49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 30 May 2020 13:05:43 -0700 Subject: [PATCH] Cleanup. --- examples/42-bunnylod/bunnylod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/42-bunnylod/bunnylod.cpp b/examples/42-bunnylod/bunnylod.cpp index a0ed04278..424b6213f 100644 --- a/examples/42-bunnylod/bunnylod.cpp +++ b/examples/42-bunnylod/bunnylod.cpp @@ -299,7 +299,7 @@ public: ImGui::Text("Vertices: %d", m_numVertices); ImGui::Text("Triangles: %d", m_numTriangles); - ImGui::SliderFloat("LOD Level", &m_LOD, 0.0f, 1.0f); + ImGui::SliderFloat("LOD Level", &m_LOD, 0.05f, 1.0f); ImGui::End();