Skip to content

Commit

Permalink
hide the pygame alert
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Aug 13, 2021
1 parent 58ebded commit 805aa47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eye_commander/sounds/sounds.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
os.environ['PYGAME_HIDE_SUPPORT_PROMPT'] = 'hide'
import pygame
pygame.init()
pygame.mixer.init()
Expand Down

0 comments on commit 805aa47

Please sign in to comment.