From 91eb12f42c9be75d580dd3ff47fe03f595357694 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:00:41 +0000 Subject: [PATCH] audio_patches: don't worry about it --- UnleashedRecomp/patches/audio_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/patches/audio_patches.cpp b/UnleashedRecomp/patches/audio_patches.cpp index dfca6fca..09234284 100644 --- a/UnleashedRecomp/patches/audio_patches.cpp +++ b/UnleashedRecomp/patches/audio_patches.cpp @@ -98,7 +98,7 @@ void AudioPatches::Update(float deltaTime) *pMusicVolume = Config::MusicVolume; } - *pEffectsVolume = Config::SEVolume; + *pEffectsVolume = Config::EffectsVolume; } // Stub volume setter.