From 53a8e4213d185dfead536b00c17383826ec4f426 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Mon, 24 Apr 2017 01:07:00 -0700 Subject: [PATCH] Core: Fix PPGe text drawing with missing icon. --- Core/Dialog/PSPSaveDialog.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/Dialog/PSPSaveDialog.cpp b/Core/Dialog/PSPSaveDialog.cpp index 5d998bbc57..0236519962 100755 --- a/Core/Dialog/PSPSaveDialog.cpp +++ b/Core/Dialog/PSPSaveDialog.cpp @@ -383,8 +383,7 @@ void PSPSaveDialog::DisplaySaveIcon() PPGeDisableTexture(); } PPGeDrawImage(x, y, w, h, 0, 0, 1, 1, tw, th, textureColor); - if (curSave.texture != NULL) - PPGeSetDefaultTexture(); + PPGeSetDefaultTexture(); } void PSPSaveDialog::DisplaySaveDataInfo1()