Skip to content

Commit

Permalink
merian-nodes: Accumulate: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Sep 23, 2024
1 parent a9467d9 commit 2ff5b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merian-nodes/nodes/accumulate/accumulate.comp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2ff5b8f

Please sign in to comment.