Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TheJP/GlobalGameJam2017
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJP committed Jan 22, 2017
2 parents d1d79c9 + f38dfcb commit bbd131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalGameJam2017/Assets/Scripts/Characters/Enemy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ private void GoToNearestPlayer()
if (bestPath != null)
{
agent.SetPath(bestPath);
agro = nearestPlayer;
}
agro = nearestPlayer;
}

private void Attack()
Expand Down

0 comments on commit bbd131d

Please sign in to comment.