Просмотр исходного кода

Add small delay after jogressing to resolve issues

hooperk 2 месяцев назад
Родитель
Сommit
306ca491e7
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      Assets/Scripts/Script/CardController.cs

+ 5 - 0
Assets/Scripts/Script/CardController.cs

@@ -1551,6 +1551,11 @@ public class PlayPermanentClass
                     card.Owner.DigivolveCount_ThisTurn++;
                     yield return ContinuousController.instance.StartCoroutine(new DrawClass(card.Owner, 1, null).Draw());
 
+                    if (isJogress)
+                    {
+                        yield return new WaitForEndOfFrame();
+                    }
+
                     if (_burstDigivolved)
                     {
                         if (permanent.TopCard != null)