aboutsummaryrefslogtreecommitdiff
path: root/src/core/GLES_COMPUTE/cs_shaders/scale.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/GLES_COMPUTE/cs_shaders/scale.cs')
-rw-r--r--src/core/GLES_COMPUTE/cs_shaders/scale.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GLES_COMPUTE/cs_shaders/scale.cs b/src/core/GLES_COMPUTE/cs_shaders/scale.cs
index 8a1d3e4c2d..5b2141f987 100644
--- a/src/core/GLES_COMPUTE/cs_shaders/scale.cs
+++ b/src/core/GLES_COMPUTE/cs_shaders/scale.cs
@@ -66,7 +66,7 @@ vec4[2] transform_nearest(vec2 coord, vec2 scale)
t[1] = vec4(coord.y) * scale.y;
#else /* Unsupported sampling policy */
#error Unsupported sampling policy
-#endif
+#endif /* SAMPLING_POLICY */
return t;
}