diff --git a/app/ShaderFx.tsx b/app/ShaderFx.tsx index 84157f76..ab423ff8 100644 --- a/app/ShaderFx.tsx +++ b/app/ShaderFx.tsx @@ -16,7 +16,7 @@ export const ShaderFx = ({ children }: { children: React.ReactNode }) => { setDpr(Math.round((0.5 + 1.0 * factor) * 10) / 10); }}> {children} - + {/* */} );