aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/affectors/content/turbulence.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/affectors/content/turbulence.qml')
-rw-r--r--examples/quick/particles/affectors/content/turbulence.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/particles/affectors/content/turbulence.qml b/examples/quick/particles/affectors/content/turbulence.qml
index d7a86039b4..eacedbe153 100644
--- a/examples/quick/particles/affectors/content/turbulence.qml
+++ b/examples/quick/particles/affectors/content/turbulence.qml
@@ -75,13 +75,13 @@ Rectangle {
ImageParticle {
groups: ["smoke"]
- source: "../../images/particle.png"
+ source: "qrc:///particleresources/glowdot.png"
color: "#11111111"
colorVariation: 0
}
ImageParticle {
groups: ["flame"]
- source: "../../images/particle.png"
+ source: "qrc:///particleresources/glowdot.png"
color: "#11ff400f"
colorVariation: 0.1
}