///////////////////////////////////////////////////////
| 128 | |
| 129 | //////////////////////////////////////////////////////////// |
| 130 | void SoundSource::setMinDistance(float distance) |
| 131 | { |
| 132 | if (auto* sound = static_cast<ma_sound*>(getSound())) |
| 133 | ma_sound_set_min_distance(sound, distance); |
| 134 | } |
| 135 | |
| 136 | |
| 137 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected