Main/System/HeroUI/HeroLVBreakSuccessWin.cs
@@ -18,7 +18,7 @@ [SerializeField] Text[] nextAttrPerTextArr; [SerializeField] Text potentialText; [SerializeField] Button okBtn; [SerializeField] ScrollRect scrollRect; string guid; @@ -35,6 +35,7 @@ if (string.IsNullOrEmpty(guid)) return; Display(HeroManager.Instance.GetHero(guid)); scrollRect.verticalNormalizedPosition = 1; } protected override void OnPreClose()