Sound engine update

This commit is contained in:
Amun
2025-09-01 14:46:23 +03:00
parent 8c349d4a0f
commit f6c9422048
6 changed files with 22 additions and 27 deletions

View File

@@ -129,7 +129,7 @@ const std::string& MaSoundInstance::GetIdentity() const
return m_Identity;
}
void MaSoundInstance::Config3D(bool toggle, float minDist, float maxDist, float rolloff)
void MaSoundInstance::Config3D(bool toggle, float minDist, float maxDist)
{
ma_sound_set_spatialization_enabled(&m_Sound, toggle);
ma_sound_set_rolloff(&m_Sound, 1.0f);