From a063aaa0c7815faeecf1f2e302a1fa7b09489a78 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sat, 29 Nov 2025 12:30:16 -0600 Subject: [PATCH] feat(sound): update volume in SESound::Play --- src/sound/SESound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/SESound.cpp b/src/sound/SESound.cpp index 165b317..cac2ef9 100644 --- a/src/sound/SESound.cpp +++ b/src/sound/SESound.cpp @@ -670,7 +670,7 @@ void SESound::Play() { return; } - // TODO volume + this->m_internal->UpdateVolume(); this->m_internal->m_playing = 1;