Skip to content
Snippets Groups Projects
Commit 58ed2ab9 authored by Gard Aleksander Furre's avatar Gard Aleksander Furre
Browse files

fixed movement on range orc

parent 573bf044
No related branches found
No related tags found
2 merge requests!41Pushing new changes in main into master,!39Gardaf
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment