summaryrefslogtreecommitdiffstats
path: root/source/Generating/HeiGen.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-14 23:11:40 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-14 23:11:40 +0200
commit464dcc3764f42fd7620bc261b844bf79cfd07768 (patch)
tree1da1e45d9491f6ce3ed71de63c2347c821bef68e /source/Generating/HeiGen.cpp
parentAdded more logging to pickup collection code. (diff)
downloadcuberite-464dcc3764f42fd7620bc261b844bf79cfd07768.tar
cuberite-464dcc3764f42fd7620bc261b844bf79cfd07768.tar.gz
cuberite-464dcc3764f42fd7620bc261b844bf79cfd07768.tar.bz2
cuberite-464dcc3764f42fd7620bc261b844bf79cfd07768.tar.lz
cuberite-464dcc3764f42fd7620bc261b844bf79cfd07768.tar.xz
cuberite-464dcc3764f42fd7620bc261b844bf79cfd07768.tar.zst
cuberite-464dcc3764f42fd7620bc261b844bf79cfd07768.zip
Diffstat (limited to '')
-rw-r--r--source/Generating/HeiGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Generating/HeiGen.cpp b/source/Generating/HeiGen.cpp
index 61f8b4cd7..2aa942c73 100644
--- a/source/Generating/HeiGen.cpp
+++ b/source/Generating/HeiGen.cpp
@@ -266,7 +266,7 @@ void cHeiGenBiomal::GenHeightMap(int a_ChunkX, int a_ChunkZ, cChunkDef::HeightMa
Height[x + 17 * z] = GetHeightAt(x, z, a_ChunkX, a_ChunkZ, Biomes);
}
}
- ArrayLinearUpscale2DInPlace(Height, 17, 17, STEPX, STEPZ);
+ LinearUpscale2DArrayInPlace(Height, 17, 17, STEPX, STEPZ);
// Copy into the heightmap
for (int z = 0; z < cChunkDef::Width; z++)