ui: Drop redundant SetCursorPos(GetCursorPos())

This commit is contained in:
Matt Borgerson 2025-01-07 00:50:46 -07:00
parent 4c5858bd20
commit 2558bc53a0
1 changed files with 0 additions and 3 deletions

View File

@ -387,9 +387,6 @@ void MainMenuInputView::Draw()
ImGui::Image(id, xmu_display_size, ImVec2(0.5f * i, 1),
ImVec2(0.5f * (i + 1), 0));
ImVec2 pos = ImGui::GetCursorPos();
ImGui::SetCursorPos(pos);
// Button to generate a new XMU
ImGui::PushID(i);