Skip to content

Commit

Permalink
Manual control: Set window caption
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs committed May 21, 2019
1 parent c25f3bc commit 67cd819
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 67cd819

Please sign in to comment.