aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/dynamicscene/content/PerspectiveItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/dynamicscene/content/PerspectiveItem.qml')
-rw-r--r--examples/qml/dynamicscene/content/PerspectiveItem.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/qml/dynamicscene/content/PerspectiveItem.qml b/examples/qml/dynamicscene/content/PerspectiveItem.qml
index f651369452..fa8646bcc2 100644
--- a/examples/qml/dynamicscene/content/PerspectiveItem.qml
+++ b/examples/qml/dynamicscene/content/PerspectiveItem.qml
@@ -52,7 +52,6 @@ Image {
source: image
opacity: onLand ? 1 : 0.25
scale: Math.max((y + height - 250) * 0.01, 0.3)
- smooth: true
onCreatedChanged: {
if (created && !onLand)