Skip to content

Commit

Permalink
removed unnecessary call to pygame.quit
Browse files Browse the repository at this point in the history
  • Loading branch information
flarfo authored and Abdur-rahmaanJ committed Sep 26, 2024
1 parent a9fa83d commit c499c09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hooman/demos/aim_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,4 @@ def handle_events(event):
hapi.text(f"Time: {round(time, 2)}", 20, 60)

# Refresh screen
hapi.flip_display()

pygame.quit()
hapi.flip_display()

0 comments on commit c499c09

Please sign in to comment.