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