FINALLY THE AUDIO BUG HAS BEEN FIXED (fixes #5)

This commit is contained in:
Bart van Strien
2010-09-02 17:21:09 +02:00
parent 046f2a3084
commit 08c0a68784
+3
View File
@@ -277,6 +277,9 @@ namespace openal
alSourcef(source, AL_GAIN, volume);
alSourcePlay(source);
valid = true; //if it fails it will be set to false again
//but this prevents a horrible, horrible bug
}
void Source::stopAtomic()