Last label tweak.

This commit is contained in:
Electric Keet 2023-08-07 10:17:48 -07:00
parent 3effd9e506
commit 0a7d957142
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ void FurnaceGUI::drawMixer() {
ImGui::TableNextRow();
ImGui::TableNextColumn();
ImGui::AlignTextToFramePadding();
ImGui::Text("%d. %s",i+1,getSystemName(e->song.system[i]));
ImGui::TableNextColumn();
if (ImGui::Checkbox("Invert",&doInvert)) {