summaryrefslogtreecommitdiffstats
path: root/source/World.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/World.cpp')
-rw-r--r--source/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/World.cpp b/source/World.cpp
index 3a4cf789e..7acbf8a39 100644
--- a/source/World.cpp
+++ b/source/World.cpp
@@ -795,7 +795,7 @@ void cWorld::GrowTreeFromSapling(int a_X, int a_Y, int a_Z, char a_SaplingMeta)
}
Other.insert(Other.begin(), Logs.begin(), Logs.end());
Logs.clear();
- GrowTreeImage(Logs);
+ GrowTreeImage(Other);
}