Fixing unused variable in script

This commit is contained in:
bernatx 2019-06-27 19:17:12 +02:00 committed by Néstor Subirón
parent 0e91e19c32
commit 29027cde4c
1 changed files with 0 additions and 2 deletions

View File

@ -170,8 +170,6 @@ def main():
all_actors = world.get_actors(all_id)
# 5. initialize each controller and set target to walk to (list is [controler, actor, controller, actor ...])
for i in range(0, len(all_id), 2):
# index in the walkers_list
index = int(i / 2)
# start walker
all_actors[i].start()
# set walk to random point