Skip to content

Commit 244b8b1

Browse files
committed
Fix crash when resizing window with "Stretch" aspect ratio
1 parent f5abe13 commit 244b8b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcsx2/ImGui/ImGuiManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ void ImGuiManager::UpdateScale()
257257

258258
if (!g_gs_device->UpdateImGuiFontTexture())
259259
pxFailRel("Failed to recreate font texture after scale+resize");
260-
NewFrame();
260+
//NewFrame();
261261
}
262262

263263
void ImGuiManager::NewFrame()

0 commit comments

Comments
 (0)