mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(sound): update volume in SESound::Play
This commit is contained in:
parent
c2fa5de4aa
commit
a063aaa0c7
@ -670,7 +670,7 @@ void SESound::Play() {
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO volume
|
||||
this->m_internal->UpdateVolume();
|
||||
|
||||
this->m_internal->m_playing = 1;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user