aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/custom/fallingleaves.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/custom/fallingleaves.qml')
-rw-r--r--examples/declarative/particles/custom/fallingleaves.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/particles/custom/fallingleaves.qml b/examples/declarative/particles/custom/fallingleaves.qml
index 1d1282ebbb..3572490451 100644
--- a/examples/declarative/particles/custom/fallingleaves.qml
+++ b/examples/declarative/particles/custom/fallingleaves.qml
@@ -25,7 +25,7 @@ Item {
xVariance: 60
pace: 60
}
- CustomAffector{
+ Affector{
system: sys
property real coefficient: 0.1
property real speed: 1.5
@@ -56,7 +56,7 @@ Item {
}
}
- CustomAffector{//Custom Friction, adds some 'randomness'
+ Affector{//Custom Friction, adds some 'randomness'
system: sys
//onceOff: true
x: -60