aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/maroon
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/maroon')
-rw-r--r--examples/demos/maroon/content/GameOverScreen.qml1
-rw-r--r--examples/demos/maroon/maroon.qml1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/demos/maroon/content/GameOverScreen.qml b/examples/demos/maroon/content/GameOverScreen.qml
index 343bd7aba6..e997b0b93c 100644
--- a/examples/demos/maroon/content/GameOverScreen.qml
+++ b/examples/demos/maroon/content/GameOverScreen.qml
@@ -61,7 +61,6 @@ Item {
source: "gfx/cloud.png"
alphaVariation: 0.25
opacity: 0.25
- smooth: true
}
Wander {
diff --git a/examples/demos/maroon/maroon.qml b/examples/demos/maroon/maroon.qml
index 9511a0f06f..9700da8366 100644
--- a/examples/demos/maroon/maroon.qml
+++ b/examples/demos/maroon/maroon.qml
@@ -63,7 +63,6 @@ Item {
anchors.fill: parent
source: "content/gfx/catch.png"
opacity: 0.25
- smooth: true
}
Wander {