al streaming fix

This commit is contained in:
MihailRis
2024-03-04 13:32:04 +03:00
parent 75ee269db3
commit d41973583c
4 changed files with 25 additions and 13 deletions
-1
View File
@@ -200,7 +200,6 @@ void ALSpeaker::stop() {
if (source) {
AL_CHECK(alSourceStop(source));
al->freeSource(source);
source = 0;
}
}