Skip to content

Commit 2924167

Browse files
committed
fix:cubes:imgui
1 parent 00832f9 commit 2924167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/01-cubes/cubes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class ExampleCubes : public ExampleApp {
218218
ImGui::Checkbox("Write A", &a_);
219219

220220
ImGui::Text("Primitive topology:");
221-
ImGui::Combo("", (int*)&pt_, s_ptNames, BX_COUNTOF(s_ptNames));
221+
ImGui::Combo("##combo", (int*)&pt_, s_ptNames, BX_COUNTOF(s_ptNames));
222222

223223
ImGui::End();
224224

0 commit comments

Comments
 (0)