| 390 | } |
| 391 | |
| 392 | float AbyssEngine::getBackgroundMusicVolumeLevel() const { return _backgroundMusicAudioLevel; } |
| 393 | |
| 394 | void AbyssEngine::setBackgroundMusicVolumeLevel(const float level) { |
| 395 | _backgroundMusicAudioLevel = std::clamp(level, 0.0f, 1.0f); |
nothing calls this directly
no outgoing calls
no test coverage detected