Skip to content

Commit

Permalink
fix for the python interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavbh12 committed Feb 22, 2017
1 parent 7c6e062 commit 511a656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/examples/python_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
if sys.platform == 'darwin':
import pygame
pygame.init()
rle.setBool('sound', False) # Sound doesn't work on OSX
elif sys.platform.startswith('linux'):
rle.setBool('sound', True)
# rle.setBool('sound', False) # Sound doesn't work on OSX
# elif sys.platform.startswith('linux'):
# rle.setBool('sound', True)
rle.setBool('display_screen', True)

# Load the ROM file
Expand Down

0 comments on commit 511a656

Please sign in to comment.