Explorar o código

Add small delay after jogressing to resolve issues

hooperk hai 2 meses
pai
achega
306ca491e7
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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)