diff --git a/Assets/Scripts/Player/PlayerMovement.cs b/Assets/Scripts/Player/PlayerMovement.cs index 2979f01..aa294fa 100644 --- a/Assets/Scripts/Player/PlayerMovement.cs +++ b/Assets/Scripts/Player/PlayerMovement.cs @@ -50,14 +50,6 @@ public class PlayerMovement : MonoBehaviour pad.SetLightBarColor(Color.red); } } - - void Update() - { - if (playerInput.movement != Vector2.zero) - { - animationHandler.Run(); - } - } private void FixedUpdate() { if (whipAttack.IsBeingWhipped)