1
0
Fork 0

Fix dat ...

This commit is contained in:
Saibotk 2018-04-22 17:08:16 +02:00
parent 87456a4787
commit 8ef8be5f17

View file

@ -25,7 +25,7 @@ public class EnemyAI : MonoBehaviour {
void Update () void Update ()
{ {
if(victim == null) { if(victim == null) {
victim = GameController.instance.GetPlayer().gameObject; // TODO testing purpose only! //victim = GameController.instance.GetPlayer().gameObject; // TODO testing purpose only!
return; return;
} }