aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/affectors/content/groupgoal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/affectors/content/groupgoal.qml')
-rw-r--r--examples/quick/particles/affectors/content/groupgoal.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/particles/affectors/content/groupgoal.qml b/examples/quick/particles/affectors/content/groupgoal.qml
index 6472a3b450..9910531a98 100644
--- a/examples/quick/particles/affectors/content/groupgoal.qml
+++ b/examples/quick/particles/affectors/content/groupgoal.qml
@@ -62,7 +62,7 @@ Rectangle {
Text {
color: "white"
anchors.right: parent.right
- text: score
+ text: root.score
}
ParticleSystem {
@@ -96,7 +96,7 @@ Rectangle {
ParticleGroup {
name: "lit"
duration: 10000
- onEntered: score++;
+ onEntered: root.score++
TrailEmitter {
id: fireballFlame
group: "flame"