mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
removing unnecessary assignment
This commit is contained in:
parent
a2153571c2
commit
f6a17b878f
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ export class LowpassCombFilter extends ToneAudioNode<LowpassCombFilterOptions> {
|
|||
frequency: options.dampening,
|
||||
type: "lowpass",
|
||||
});
|
||||
this.dampening = this._lowpass.frequency;
|
||||
|
||||
// connections
|
||||
this._lowpass.connect(this._combFilter);
|
||||
|
|
Loading…
Reference in a new issue