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

This commit is contained in:
fallenoak 2025-11-29 12:30:16 -06:00
parent c2fa5de4aa
commit a063aaa0c7
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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;