Skip to content

Commit e3badc7

Browse files
SternXDlightningterror
authored andcommitted
OSD: Use standard font for input overlay
1 parent df9783f commit e3badc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcsx2/ImGui/ImGuiOverlays.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ __ri void ImGuiManager::DrawInputsOverlay(float scale, float margin, float spaci
908908
return;
909909

910910
const float shadow_offset = std::ceil(scale);
911-
ImFont* const font = ImGuiManager::GetOSDFont();
911+
ImFont* const font = ImGuiManager::GetStandardFont();
912912
const float font_size = ImGuiManager::GetFontSizeStandard();
913913
const float line_height = ImGuiFullscreen::GetLineHeight({ font, font_size });
914914

0 commit comments

Comments
 (0)