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) {