From 2ff5b8fef90a03897d255d1a7137768520f75d43 Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Mon, 23 Sep 2024 15:52:42 +0200 Subject: [PATCH] merian-nodes: Accumulate: clean --- src/merian-nodes/nodes/accumulate/accumulate.comp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/merian-nodes/nodes/accumulate/accumulate.comp b/src/merian-nodes/nodes/accumulate/accumulate.comp index e827156..6798683 100644 --- a/src/merian-nodes/nodes/accumulate/accumulate.comp +++ b/src/merian-nodes/nodes/accumulate/accumulate.comp @@ -163,7 +163,7 @@ void main() { const vec2 mv = texelFetch(img_mv, ipos, 0).rg; // REPROJECTION - vec2 prev_pos = ipos + mv;; + vec2 prev_pos = ipos + mv; float max_history = pc.accum_max_hist; if (REUSE_BORDER) { // Attemp to reuse information at the image border.