mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 13:53:14 +01:00
Cleanup.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user