feat(sound): update volume in SESoundInternal::Play

This commit is contained in:
fallenoak 2025-11-29 15:05:26 -06:00
parent 1add43d93c
commit e64f267bee
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -49,6 +49,10 @@ void SESoundInternal::Play() {
// TODO
// Update volume
this->UpdateVolume();
// Unpause channel (triggers playback)
result = this->m_fmodChannel->setPaused(false);