From a6f0593494f31f5cfebd1e7a8db8b9bc2a857a17 Mon Sep 17 00:00:00 2001 From: N2614 Date: Mon, 3 Oct 2011 06:18:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=8A=9F=E6=99=82=E3=81=AE=E4=B8=8A?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=AE=E8=83=8C=E6=99=AF=E8=89=B2=E3=82=92?= =?UTF-8?q?=E6=AD=A3=E3=81=97=E3=81=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@442 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp b/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp index 3e431a0..d47523c 100644 --- a/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp +++ b/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp @@ -142,7 +142,7 @@ void DrawSystemState { renderSystem.SetClearColor(GetRenderTarget(NN_GX_DISPLAY0, flip), SUCCESS_COLOR); } - if (isProcessWarning) + else if (isProcessWarning) { renderSystem.SetClearColor(GetRenderTarget(NN_GX_DISPLAY0, flip), WARN_COLOR); }