aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/samegame/SamegameCore/BoomBlock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/samegame/SamegameCore/BoomBlock.qml')
-rw-r--r--examples/declarative/samegame/SamegameCore/BoomBlock.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/samegame/SamegameCore/BoomBlock.qml b/examples/declarative/samegame/SamegameCore/BoomBlock.qml
index 1c84fa8614..df3e9bd8fa 100644
--- a/examples/declarative/samegame/SamegameCore/BoomBlock.qml
+++ b/examples/declarative/samegame/SamegameCore/BoomBlock.qml
@@ -75,7 +75,7 @@ Item {
Emitter {
id: particles
system: particleSystem
- particle: {
+ group: {
if(type == 0){
"red";
} else if (type == 1) {