summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/materials/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/materials/main.qml b/examples/materials/main.qml
index 551518e3d..430ab6889 100644
--- a/examples/materials/main.qml
+++ b/examples/materials/main.qml
@@ -149,14 +149,14 @@ Entity {
z: -8
potShape: "cross"
plantType: "palm"
- scale: 0.05
+ scale: 1.15
}
HousePlant {
z: 8
potShape: "cross"
plantType: "shrub"
- scale: 0.05
+ scale: 1.15
}
Barrel {