diff --git a/src/audio/AL/ALAudio.cpp b/src/audio/AL/ALAudio.cpp index 6843cba0f..7f28882b6 100644 --- a/src/audio/AL/ALAudio.cpp +++ b/src/audio/AL/ALAudio.cpp @@ -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)); } diff --git a/src/graphics/ui/elements/InputBindBox.cpp b/src/graphics/ui/elements/InputBindBox.cpp index 2729cbb69..780b875be 100644 --- a/src/graphics/ui/elements/InputBindBox.cpp +++ b/src/graphics/ui/elements/InputBindBox.cpp @@ -13,6 +13,7 @@ InputBindBox::InputBindBox(Binding& binding, glm::vec4 padding) label(std::make_shared