Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsek committed Nov 26, 2024
1 parent 9b3ebd2 commit 8150210
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default class AudioScheduledSourceNode extends AudioNode {
);
}

// TODO: should we reset hasBeenStarted here? :thunk:
(this.node as IAudioScheduledSourceNode).stop(when);
}
}

0 comments on commit 8150210

Please sign in to comment.