@@ -1,5 +1,5 @@
export default /* glsl */`
-#if defined( DITHERING )
+#ifdef DITHERING
gl_FragColor.rgb = dithering( gl_FragColor.rgb );
// based on https://www.shadertoy.com/view/MslGR8
vec3 dithering( vec3 color ) {