Skip to content

Commit

Permalink
Hud_elements: fix formatting for device_battery
Browse files Browse the repository at this point in the history
  • Loading branch information
gort818 committed Dec 6, 2023
1 parent 67193e2 commit 0394bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hud_elements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@ void HudElements::device_battery()
right_aligned_text(HUDElements.colors.text,HUDElements.ralign_width, "%s", battery.c_str());
}
}
ImGui::TableNextRow();
ImGui::PopFont();
}
}
Expand Down

0 comments on commit 0394bbe

Please sign in to comment.