| 383 | } |
| 384 | |
| 385 | float AbyssEngine::getVideoVolumeLevel() const { return _videoAudioLevel; } |
| 386 | |
| 387 | void AbyssEngine::setVideoVolumeLevel(const float level) { |
| 388 | _videoAudioLevel = std::clamp(level, 0.0f, 1.0f); |
nothing calls this directly
no outgoing calls
no test coverage detected