Removed debug log,
pushed on dev by mistake
This commit is contained in:
parent
0dd2e58915
commit
4effa7adb1
@ -21,7 +21,6 @@ public class PathTracer : MonoBehaviour
|
||||
rb.position = path[0].position;
|
||||
currTargetIndex = 1;
|
||||
currTargetPos = path[currTargetIndex].position;
|
||||
Debug.Log(path.Count);
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user