diff --git a/pcsx2/Frontend/ImGuiManager.cpp b/pcsx2/Frontend/ImGuiManager.cpp index 52be9649d4..18fd1d0762 100644 --- a/pcsx2/Frontend/ImGuiManager.cpp +++ b/pcsx2/Frontend/ImGuiManager.cpp @@ -138,7 +138,7 @@ void ImGuiManager::UpdateScale() SetImGuiStyle(); ImGui::GetStyle().ScaleAllSizes(scale); - if (!AddImGuiFonts() || !display->UpdateImGuiFontTexture()) + if (!AddImGuiFonts()) pxFailRel("Failed to create ImGui font text"); if (!display->UpdateImGuiFontTexture())