summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content_mapnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp
index 2fce337fc..c33d8c4a2 100644
--- a/src/content_mapnode.cpp
+++ b/src/content_mapnode.cpp
@@ -637,7 +637,7 @@ void content_mapnode_init(IWritableNodeDefManager *nodemgr)
i = CONTENT_SAPLING;
f = nodemgr->getModifiable(i);
f->drawtype = NDT_PLANTLIKE;
- f->visual_scale = 1.5;
+ f->visual_scale = 1.0;
f->setAllTextures("sapling.png");
f->setInventoryTexture("sapling.png");
f->param_type = CPT_LIGHT;