frametime: padding between text and graph

pull/1144/head
FlightlessMango 8 months ago
parent bef35591f8
commit fb1bf07dbb

@ -731,6 +731,7 @@ void HudElements::frame_timing(){
ImGui::TableSetColumnIndex(ImGui::TableGetColumnCount() - 1);
ImGui::Dummy(ImVec2(0.0f, real_font_size.y));
right_aligned_text(HUDElements.colors.text, ImGui::GetContentRegionAvail().x, "min: %.1fms, max: %.1fms", min_frametime, max_frametime);
ImGui::Dummy(ImVec2(0.0f, real_font_size.y / 2));
ImguiNextColumnFirstItem();
}
char hash[40];

Loading…
Cancel
Save