mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO volume
|
this->m_internal->UpdateVolume();
|
||||||
|
|
||||||
this->m_internal->m_playing = 1;
|
this->m_internal->m_playing = 1;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user