This commit is contained in:
petrucci4prez 2017-06-03 19:59:20 -04:00
parent 8fc580e122
commit 061dd9b809
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ from collections import OrderedDict
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
# TODO: figure out why we have buffer underruns
# TODO: why does the mixer segfault? (at least I think that's the cuprit)
class SoundEffect(mixer.Sound): class SoundEffect(mixer.Sound):
def __init__(self, path, volume=None, loops=0): def __init__(self, path, volume=None, loops=0):
super().__init__(path) super().__init__(path)