diff --git a/Examples/Tests/Blur1D.js b/Examples/Tests/Blur1D.js index 5b2a42b..4465356 100644 --- a/Examples/Tests/Blur1D.js +++ b/Examples/Tests/Blur1D.js @@ -9,19 +9,17 @@ const shaders = GL.Shaders.create({ }); module.exports = GL.createComponent( - ({ width, height, direction, minBlur, maxBlur, blurMap, offset, children }) => - - {children} - , - { displayName: "Blur1D" }); + ({ width, height, direction, children }) => + + {children} + +, { + displayName: "Blur1D" +});