aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/customparticle/content/imagecolors.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/customparticle/content/imagecolors.qml')
-rw-r--r--examples/quick/particles/customparticle/content/imagecolors.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/particles/customparticle/content/imagecolors.qml b/examples/quick/particles/customparticle/content/imagecolors.qml
index 3fb4c9f378..0702e33a2d 100644
--- a/examples/quick/particles/customparticle/content/imagecolors.qml
+++ b/examples/quick/particles/customparticle/content/imagecolors.qml
@@ -81,7 +81,7 @@ Rectangle {
varying lowp float fFade;
uniform lowp float qt_Opacity;
- void main() {
+ void main() {
fTex2 = vec2(qt_ParticlePos.x, qt_ParticlePos.y);
//Uncomment this next line for each particle to use full texture, instead of the solid color at the center of the particle.