Maescool / Catacomb-Snatch

Mojang's Humble bundle source
Other
295 stars 99 forks source link

Final fix of "Error in class 'SourceJava Sound'" #810

Closed Stuessy closed 12 years ago

Stuessy commented 12 years ago

Damn it! Sometimes I'm just to blind to see. The sound just needs to get stopped if it's playing of course. I've just added an if(isPlaying) before the stop method and now everything works fine. It's just not possible that there are any side effects because of that fix. We may still have sound issues... well we do have sound issues, but I'm quite sure that I've finally got rid of:

Error in class 'SourceJava Sound'
    Channel null in method 'stop'
master-lincoln commented 12 years ago

I'll give it a try. Thanks for not giving up on that one!

master-lincoln commented 12 years ago

Looks good. You are my hero...this also seems to slightly improve my framerate