Skip to content

Commit

Permalink
winesync: small font
Browse files Browse the repository at this point in the history
  • Loading branch information
flightlessmango committed Apr 14, 2024
1 parent b6291a5 commit 046b6ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hud_elements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1425,10 +1425,12 @@ void HudElements::winesync() {
HUDElements.winesync_ptr = std::make_unique<WineSync>();

if (HUDElements.winesync_ptr->valid()) {
ImGui::PushFont(HUDElements.sw_stats->font1);
ImguiNextColumnFirstItem();
HUDElements.TextColored(HUDElements.colors.engine, "%s", "WSYNC");
ImguiNextColumnOrNewRow();
right_aligned_text(HUDElements.colors.text, HUDElements.ralign_width, "%s", HUDElements.winesync_ptr->get_method().c_str());
ImGui::PopFont();
}
}

Expand Down

0 comments on commit 046b6ce

Please sign in to comment.