diff --git a/Tone/core/clock/Ticker.ts b/Tone/core/clock/Ticker.ts index 0dc49baa..91a07415 100644 --- a/Tone/core/clock/Ticker.ts +++ b/Tone/core/clock/Ticker.ts @@ -107,7 +107,6 @@ export class Ticker { private _disposeClock(): void { if (this._timeout) { clearTimeout(this._timeout); - this._timeout = 0; } if (this._worker) { this._worker.terminate();