diff --git a/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs b/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs index a23dad7b..daf91615 100644 --- a/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs +++ b/Assets/Scripts/Studio/UI/Panel/Panel_NewProjectInfo.cs @@ -143,7 +143,7 @@ namespace Studio.UI Color tempColor = inputFieldOutline.effectColor; var count = 0; - while (count < 1) + while (count < 2) { while (tempColor.a < 1f) {