Fix AudioEffectCapture buffer length cannot be changed
This commit is contained in:
parent
888051889e
commit
b588232b83
2 changed files with 1 additions and 3 deletions
|
|
@ -91,8 +91,6 @@ Ref<AudioEffectInstance> AudioEffectCapture::instance() {
|
|||
}
|
||||
|
||||
void AudioEffectCapture::set_buffer_length(float p_buffer_length_seconds) {
|
||||
ERR_FAIL_COND(buffer_initialized);
|
||||
|
||||
buffer_length_seconds = p_buffer_length_seconds;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue