PEGASUS: Make sure sounds are rewound before playing them

This commit is contained in:
Matthew Hoops 2013-03-19 10:39:22 -04:00
parent d85ac53420
commit fa3136fbc4

View File

@ -87,6 +87,9 @@ void Sound::playSound() {
stopSound();
// Make sure the sound is back at the beginning before we play it
_stream->rewind();
if (_fader)
setVolume(_fader->getFaderValue());