| 376 | } |
| 377 | |
| 378 | float AbyssEngine::getMasterVolumeLevel() const { return _masterAudioLevel; } |
| 379 | |
| 380 | void AbyssEngine::setMasterVolumeLevel(const float level) { |
| 381 | _masterAudioLevel = std::clamp(level, 0.0f, 1.0f); |
nothing calls this directly
no outgoing calls
no test coverage detected