fixing bug about pedestrian in no_rendering_mode

This commit is contained in:
Manish 2019-07-04 17:53:32 +02:00 committed by Néstor Subirón
parent cd91e25fd4
commit 0fb86e43e3
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ class World(object):
traffic_lights.append(actor_with_transform)
elif 'speed_limit' in actor.type_id:
speed_limits.append(actor_with_transform)
elif 'walker' in actor.type_id:
elif 'walker.pedestrian' in actor.type_id:
walkers.append(actor_with_transform)
info_text = []