diff --git a/MrBigsock/Assets/Code/orc/Enemy_orc_range.cs b/MrBigsock/Assets/Code/orc/Enemy_orc_range.cs index 25d7e701b7e991a1718a88548331037a0ab9894e..42d6936b413aad36b20838c3980bfdbdbbf2ecc1 100644 --- a/MrBigsock/Assets/Code/orc/Enemy_orc_range.cs +++ b/MrBigsock/Assets/Code/orc/Enemy_orc_range.cs @@ -139,8 +139,7 @@ namespace BigSock { protected override void Attack_OnColliderExit2D(Collider2D other) { if (other.gameObject.tag == "Player") { //m_Animator.SetTrigger("idle"); - isInMelee = false; - target = null; + isInMelee = false; } }