This commit is contained in:
Бранимир Караџић 2020-05-30 13:05:43 -07:00
parent a433c040d8
commit dfaf816822
1 changed files with 1 additions and 1 deletions

View File

@ -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();