From 1d0a8e391a8d7ad9162a1b33b2dc884002f9ad75 Mon Sep 17 00:00:00 2001 From: klemek Date: Thu, 27 Aug 2026 18:50:35 +0200 Subject: [PATCH] wip --- project/inc_fx.glsl | 1 - 1 file changed, 1 deletion(-) diff --git a/project/inc_fx.glsl b/project/inc_fx.glsl index 3e36000..79a2d6c 100644 --- a/project/inc_fx.glsl +++ b/project/inc_fx.glsl @@ -343,7 +343,6 @@ vec4 fx_11(vec2 vUV, sampler2D previous, sampler2D feedback, int seed, vec3 b1, // FX 12 : Game Of Life vec4 fx_12(vec2 vUV, sampler2D previous, sampler2D feedback, int seed, vec3 b1, vec2 f1, vec3 b2, vec2 f2, vec3 b3, vec2 f3, vec3 m0) { - return texture(previous, vUV); // TODO disabled // start vec2 uv0 = vUV.st;