aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/imageparticle/imageparticle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/imageparticle/imageparticle.qml')
-rw-r--r--examples/particles/imageparticle/imageparticle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/particles/imageparticle/imageparticle.qml b/examples/particles/imageparticle/imageparticle.qml
index c6c9ace02e..0635fd7010 100644
--- a/examples/particles/imageparticle/imageparticle.qml
+++ b/examples/particles/imageparticle/imageparticle.qml
@@ -72,7 +72,7 @@ import "../../shared" as Examples
\snippet examples/particles/imageparticle/content/sharing.qml 1
Note that because it sets the color and alpha in this ImageParticle, it renders the particles in a different color.
Since it doesn't specify anything about the rotation, it shares the rotation with the other ImageParticle so that the flowers are rotated the same way in both.
- Note that you can undo rotation in another ImageParticle, you just need to explicity set rotationVariation to 0.
+ Note that you can undo rotation in another ImageParticle, you just need to explicitly set rotationVariation to 0.
Sprites demonstrates using an image particle to render animated sprites instead of static images for each particle.
*/