Merge branch 'main' into update-file-subsystem

This commit is contained in:
MihailRis
2025-02-04 15:09:23 +03:00
6 changed files with 52 additions and 31 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));
}