summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-09-29 21:34:15 +0200
committermadmaxoft <github@xoft.cz>2014-09-29 21:34:15 +0200
commit30b083ed63b598dd26802682492d060d4d93921c (patch)
tree0d44277d7fe15da85290a2b04d76c0f37f2ce5a8
parentQtBiomeVisualiser: Seed is read properly. (diff)
downloadcuberite-30b083ed63b598dd26802682492d060d4d93921c.tar
cuberite-30b083ed63b598dd26802682492d060d4d93921c.tar.gz
cuberite-30b083ed63b598dd26802682492d060d4d93921c.tar.bz2
cuberite-30b083ed63b598dd26802682492d060d4d93921c.tar.lz
cuberite-30b083ed63b598dd26802682492d060d4d93921c.tar.xz
cuberite-30b083ed63b598dd26802682492d060d4d93921c.tar.zst
cuberite-30b083ed63b598dd26802682492d060d4d93921c.zip
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 61c061867..6059b841f 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -3003,7 +3003,7 @@ void cWorld::RegenerateChunk(int a_ChunkX, int a_ChunkZ)
void cWorld::GenerateChunk(int a_ChunkX, int a_ChunkZ)
{
- m_Generator.QueueGenerateChunk(a_ChunkX, a_ChunkZ, false);
+ m_ChunkMap->TouchChunk(a_ChunkX, a_ChunkZ);
}