From 7a3d6f0396ff8ecddbf9891f60db6893d88b5f11 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 3 Feb 2012 17:07:48 +1000 Subject: Update BearWhack sprites Missed the API change on duration Change-Id: I64abcdad3f0e9554f797868761a06b9ed8662762 Reviewed-by: Martin Jones --- .../multipointtouch/content/BearWhackParticleSystem.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml b/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml index 54dd934f0e..05d74ab0ea 100644 --- a/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml +++ b/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml @@ -154,7 +154,7 @@ ParticleSystem { frames: 9 frameWidth: 256 frameHeight: 256 - duration: 80 + frameDuration: 80 to: {"still":0, "flailing":0} }, Sprite{ @@ -163,7 +163,7 @@ ParticleSystem { frames: 8 frameWidth: 256 frameHeight: 256 - duration: 80 + frameDuration: 80 to: {"falling":1} }, Sprite{ @@ -172,7 +172,7 @@ ParticleSystem { frames: 5 frameWidth: 256 frameHeight: 256 - duration: 80 + frameDuration: 80 to: {"falling":1} } ] -- cgit v1.2.3