graphs: fix incorrect padding

pull/1290/head
flightlessmango 4 weeks ago
parent 12151d2ae2
commit 8732ada5a6

@ -1358,7 +1358,6 @@ void HudElements::graphs(){
ImGui::PopFont();
ImGui::Dummy(ImVec2(0.0f,5.0f));
ImGui::PushStyleColor(ImGuiCol_FrameBg, ImVec4(0.0f, 0.0f, 0.0f, 0.0f));
ImguiNextColumnOrNewRow();
if (!HUDElements.params->enabled[OVERLAY_PARAM_ENABLED_histogram]){
ImGui::PlotLines("", arr.data(),
arr.size(), 0,

Loading…
Cancel
Save