mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed issue #2696.
This commit is contained in:
@@ -265,7 +265,7 @@ public:
|
||||
ImGui::Checkbox("Write A", &m_a);
|
||||
|
||||
ImGui::Text("Primitive topology:");
|
||||
ImGui::Combo("", (int*)&m_pt, s_ptNames, BX_COUNTOF(s_ptNames) );
|
||||
ImGui::Combo("##topology", (int*)&m_pt, s_ptNames, BX_COUNTOF(s_ptNames) );
|
||||
|
||||
ImGui::End();
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ public:
|
||||
ImGui::PopEnabled();
|
||||
|
||||
ImGui::Text("Grid Side Size:");
|
||||
ImGui::SliderInt("", (int*)&m_sideSize, 1, 512);
|
||||
ImGui::SliderInt("##size", (int*)&m_sideSize, 1, 512);
|
||||
|
||||
if (m_lastFrameMissing > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user