diff --git a/UnityTests.Unity5/Assets/_Tests/MixedTweens.cs b/UnityTests.Unity5/Assets/_Tests/MixedTweens.cs index 2d76527..9705a9f 100644 --- a/UnityTests.Unity5/Assets/_Tests/MixedTweens.cs +++ b/UnityTests.Unity5/Assets/_Tests/MixedTweens.cs @@ -11,7 +11,7 @@ public class MixedTweens : BrainBase yield return new WaitForSeconds(0.6f); target.DOBlendableMoveBy(new Vector3(3, 3, 0), 3).SetAutoKill(false); - target.DOBlendableMoveBy(new Vector3(-3, 0, 0), 1.5f).SetLoops(2, LoopType.Yoyo).SetAutoKill(false); + target.DOBlendableMoveBy(new Vector3(-3, 0, 0), 1f).SetLoops(3, LoopType.Yoyo).SetAutoKill(false); } void OnGUI() diff --git a/UnityTests.Unity5/Assets/_Tests/MixedTweens.unity b/UnityTests.Unity5/Assets/_Tests/MixedTweens.unity index 630123b..be728ce 100644 Binary files a/UnityTests.Unity5/Assets/_Tests/MixedTweens.unity and b/UnityTests.Unity5/Assets/_Tests/MixedTweens.unity differ