Skip to content

Commit

Permalink
Debugger GUI naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Feb 8, 2024
1 parent 214574c commit 616d2a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/src/filters/old-film.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export default function ()
folder.add(this, 'scratch', -1, 1);
folder.add(this, 'scratchDensity', 0, 1);
folder.add(this, 'scratchWidth', 1, 20);
folder.add(this, 'vignette', 0, 1);
folder.add(this, 'vignetteAlpha', 0, 1);
folder.add(this, 'vignetteBlur', 0, 1);
folder.add(this, 'vignetting', 0, 1);
folder.add(this, 'vignettingAlpha', 0, 1);
folder.add(this, 'vignettingBlur', 0, 1);
},
});
}

0 comments on commit 616d2a7

Please sign in to comment.