This commit is contained in:
@clasher113
2025-02-04 13:31:40 +02:00
parent 2105d56b3b
commit aeb5312ed2
4 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ void ALSpeaker::play() {
AL_CHECK(alSourcef(
source,
AL_GAIN,
volume * p_channel->getVolume() * get_channel(0)->getVolume()
volume * p_channel->getVolume()
));
AL_CHECK(alSourcePlay(source));
}