AudioEffectLimiter: fix wrong soft_clip_ratio getter
This commit is contained in:
parent
e9a89efcf8
commit
09800ac650
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void AudioEffectLimiter::set_soft_clip_ratio(float p_soft_clip) {
|
|||
}
|
||||
float AudioEffectLimiter::get_soft_clip_ratio() const {
|
||||
|
||||
return soft_clip;
|
||||
return soft_clip_ratio;
|
||||
}
|
||||
|
||||
void AudioEffectLimiter::_bind_methods() {
|
||||
|
|
Loading…
Reference in a new issue