mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(sound): update volume in SESoundInternal::Play
This commit is contained in:
parent
1add43d93c
commit
e64f267bee
@ -49,6 +49,10 @@ void SESoundInternal::Play() {
|
||||
|
||||
// TODO
|
||||
|
||||
// Update volume
|
||||
|
||||
this->UpdateVolume();
|
||||
|
||||
// Unpause channel (triggers playback)
|
||||
|
||||
result = this->m_fmodChannel->setPaused(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user