Skip to content

Commit

Permalink
Very small tidy up of a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Senior committed Jun 3, 2020
1 parent 416594b commit f6d147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebel.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Rebel(Log):
def __init__(self, menuWidth, menuHeight, mainWidth, mainHeight, configFile=os.path.join("..", "config", "config.txt")):

# initialize
pygame.mixer.pre_init(frequency=44100, allowedchanges=0, buffer=512)#size=16)
pygame.mixer.pre_init(frequency=44100, allowedchanges=0, buffer=512)
pygame.init()
pygame.mixer.init()
pygame.font.init()
Expand Down

0 comments on commit f6d147d

Please sign in to comment.