Fixed a typo in utils.py.
This commit is contained in:
parent
fedb09be94
commit
a9c2c4332d
2
utils.py
2
utils.py
@ -230,7 +230,7 @@ class Game:
|
|||||||
|
|
||||||
def exit(self):
|
def exit(self):
|
||||||
"""Clean up and exit the game."""
|
"""Clean up and exit the game."""
|
||||||
if self._speech and self.speech.provider_name == "speechd":
|
if self._speech and self.speech.providerName == "speechd":
|
||||||
self.speech.close()
|
self.speech.close()
|
||||||
pygame.mixer.music.stop()
|
pygame.mixer.music.stop()
|
||||||
pygame.quit()
|
pygame.quit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user