From 494d3f727786ff70753692d8de019d9600a007e1 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 3 Aug 2021 19:33:43 +0800 Subject: *misc --- Assets/Scripts/Input/InputManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assets/Scripts/Input') diff --git a/Assets/Scripts/Input/InputManager.cs b/Assets/Scripts/Input/InputManager.cs index 47617c36..fadf3556 100644 --- a/Assets/Scripts/Input/InputManager.cs +++ b/Assets/Scripts/Input/InputManager.cs @@ -31,7 +31,7 @@ public class InputManager : SingletonMB UnitState.MoveParam move = new UnitState.MoveParam(); move.isRight = false; move.key = "a"; - pc.unitState.ChangeState(UnitState.EUnitState.Move, move, true); + pc.unitState.ChangeState(UnitState.EUnitState.Move, move); } public void OnTurnBack() -- cgit v1.1-26-g67d0