From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Battle/BattleField/RecordActions/TestAction.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Battle/BattleField/RecordActions/TestAction.cs b/Main/System/Battle/BattleField/RecordActions/TestAction.cs
index 23532b8..24a6115 100644
--- a/Main/System/Battle/BattleField/RecordActions/TestAction.cs
+++ b/Main/System/Battle/BattleField/RecordActions/TestAction.cs
@@ -51,7 +51,7 @@
             BattleObject caster = battleField.battleObjMgr.GetBattleObjectByIndex(BattleCamp.Red, selfIndex);
             BattleDebug.LogError("Move to target , target is " + target.name);
             caster.motionBase.PlayAnimation(MotionName.run, true);
-            var tweener = BattleUtility.MoveToTarget(caster.heroRectTrans, target, offset, duration, () =>
+            var tweener = BattleUtility.MoveToTarget(caster.heroRectTrans, target, offset, () =>
             {
                 caster.motionBase.PlayAnimation(MotionName.idle, true);
                 onComplete?.Invoke();

--
Gitblit v1.8.0