aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/shaders/customparticle.frag
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/shaders/customparticle.frag')
-rw-r--r--src/particles/shaders/customparticle.frag2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/particles/shaders/customparticle.frag b/src/particles/shaders/customparticle.frag
index c1c15ecb0c..64007029f7 100644
--- a/src/particles/shaders/customparticle.frag
+++ b/src/particles/shaders/customparticle.frag
@@ -1,3 +1,5 @@
+#version 120
+
varying highp vec2 qt_TexCoord0;
uniform sampler2D source;