aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/affectors/age.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/affectors/age.qml')
-rw-r--r--examples/particles/affectors/age.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/particles/affectors/age.qml b/examples/particles/affectors/age.qml
index 1e7774b63b..ea1b30275e 100644
--- a/examples/particles/affectors/age.qml
+++ b/examples/particles/affectors/age.qml
@@ -54,7 +54,7 @@ Rectangle {
sprites: Sprite {
name: "snow"
source: "../images/snowflake.png"
- frames: 51
+ frameCount: 51
frameDuration: 40
frameDurationVariation: 8
}