aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/customparticle/content/blurparticles.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/customparticle/content/blurparticles.qml')
-rw-r--r--examples/particles/customparticle/content/blurparticles.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/particles/customparticle/content/blurparticles.qml b/examples/particles/customparticle/content/blurparticles.qml
index c1ad03b04b..3d08dfc277 100644
--- a/examples/particles/customparticle/content/blurparticles.qml
+++ b/examples/particles/customparticle/content/blurparticles.qml
@@ -87,13 +87,11 @@ Rectangle {
//! [vertex]
property variant source: theSource
property variant blurred: ShaderEffectSource {
- smooth: true
sourceItem: ShaderEffect {
width: theItem.width
height: theItem.height
property variant delta: Qt.size(0.0, 1.0 / height)
property variant source: ShaderEffectSource {
- smooth: true
sourceItem: ShaderEffect {
width: theItem.width
height: theItem.height