From 54d4938656cefddfffc9c08de85608330fc93f0c Mon Sep 17 00:00:00 2001 From: ByteDice Date: Fri, 17 Jan 2025 18:33:48 +0100 Subject: [PATCH] removed comment --- synthwaveEffect.js | 1 - 1 file changed, 1 deletion(-) diff --git a/synthwaveEffect.js b/synthwaveEffect.js index 1ac6f55..ba5bc5d 100644 --- a/synthwaveEffect.js +++ b/synthwaveEffect.js @@ -82,7 +82,6 @@ composer.addPass(shaderPass) shaderPass.material.uniforms.tDiffuse.value = renderTarget.texture -// TODO: when tabbing out it sometimes doesnt pause the animation // TODO: add pixelation shader if (!renderer) {