summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorLO1ZB <andreasdaamen@web.de>2014-08-29 20:19:45 +0200
committerLO1ZB <andreasdaamen@web.de>2014-08-29 20:19:45 +0200
commit75e131638616c68d126eb64abdf903a93dd7322f (patch)
tree2b8e047e67d21e4d642cd856bdbcab0c1689e94a /src/World.h
parentremove y-coord from chunks (diff)
downloadcuberite-75e131638616c68d126eb64abdf903a93dd7322f.tar
cuberite-75e131638616c68d126eb64abdf903a93dd7322f.tar.gz
cuberite-75e131638616c68d126eb64abdf903a93dd7322f.tar.bz2
cuberite-75e131638616c68d126eb64abdf903a93dd7322f.tar.lz
cuberite-75e131638616c68d126eb64abdf903a93dd7322f.tar.xz
cuberite-75e131638616c68d126eb64abdf903a93dd7322f.tar.zst
cuberite-75e131638616c68d126eb64abdf903a93dd7322f.zip
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h
index 50b157312..49e30694e 100644
--- a/src/World.h
+++ b/src/World.h
@@ -380,7 +380,7 @@ public:
/** Regenerate the given chunk: */
void RegenerateChunk(int a_ChunkX, int a_ChunkZ); // tolua_export
- /** Generates the given chunk, if not already generated */
+ /** Generates the given chunk */
void GenerateChunk(int a_ChunkX, int a_ChunkZ); // tolua_export
/** Queues a chunk for lighting; a_Callback is called after the chunk is lighted */