Hud_elements: fix formatting for device_battery

pull/1199/head
Alessandro Toia 5 months ago
parent 67193e2ad2
commit 0394bbefd2

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

Loading…
Cancel
Save