Skip to content

Commit

Permalink
Merge pull request #121 from carla-simulator/fix/fix_pygame_caption
Browse files Browse the repository at this point in the history
Manual control: Set window caption
  • Loading branch information
fabianoboril committed Jun 6, 2019
2 parents c25f3bc + 67cd819 commit d434457
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ def main():

pygame.init()
pygame.font.init()
pygame.display.set_caption("CARLA ROS manual control")
world = None
try:
display = pygame.display.set_mode(
Expand Down

0 comments on commit d434457

Please sign in to comment.