From 4ccfd951cd26a5acc7c439d81e99fac992169991 Mon Sep 17 00:00:00 2001 From: geondo55 <102933884+geondo55@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:45:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=20=ED=94=84=EB=A1=9C=EC=A0=9D?= =?UTF-8?q?=ED=8A=B8=20=ED=8C=8C=EC=9D=BC=EB=AA=85=20=EC=A4=91=EB=B3=B5=20?= =?UTF-8?q?=EC=8B=9C=20=ED=8C=9D=EC=97=85=20=EB=98=90=EB=8A=94=20InputFiel?= =?UTF-8?q?d=20=EA=B0=95=EC=A1=B0=20=ED=9A=A8=EA=B3=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs b/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs index c9748abd..9349ad4d 100644 --- a/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs +++ b/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs @@ -129,7 +129,7 @@ namespace Studio.UI Color tempColor = inputFieldOutline.effectColor; var count = 0; - while (count < 1) + while (count < 2) { while (tempColor.a < 1f) {