summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-11-16 19:50:57 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-11-16 19:50:57 +0100
commitff036c9cef7ba04cfbd96196570b2251874eac7a (patch)
tree25aec0341c0cc47ea78bf638fc04718071cc8a0b
parentFirst implementation for the LargeOakTree (diff)
downloadcuberite-ff036c9cef7ba04cfbd96196570b2251874eac7a.tar
cuberite-ff036c9cef7ba04cfbd96196570b2251874eac7a.tar.gz
cuberite-ff036c9cef7ba04cfbd96196570b2251874eac7a.tar.bz2
cuberite-ff036c9cef7ba04cfbd96196570b2251874eac7a.tar.lz
cuberite-ff036c9cef7ba04cfbd96196570b2251874eac7a.tar.xz
cuberite-ff036c9cef7ba04cfbd96196570b2251874eac7a.tar.zst
cuberite-ff036c9cef7ba04cfbd96196570b2251874eac7a.zip
-rw-r--r--src/Generating/Trees.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/Trees.cpp b/src/Generating/Trees.cpp
index 3c695ad20..be8b0cd6b 100644
--- a/src/Generating/Trees.cpp
+++ b/src/Generating/Trees.cpp
@@ -399,7 +399,7 @@ void GetLargeAppleTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a
GetLargeAppleTreeBranch(a_BlockX, a_BlockY + i, a_BlockZ, BranchLength, BranchStartDirection, BranchDirection, a_BlockY + Height, a_Noise, a_LogBlocks);
}
- // Place leaves
+ // Place leaves around each log block
for (auto itr : a_LogBlocks)
{
// Get the log's X and Z coordinates