summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkGenerator.h
diff options
context:
space:
mode:
authortycho <work.tycho@gmail.com>2015-09-15 18:12:03 +0200
committertycho <work.tycho@gmail.com>2015-11-11 13:28:12 +0100
commit6c4740c79889531ca1109d0f2d81eef6f8326e31 (patch)
tree8e35d0d269f70c0e04791f2708f9e551d74e3363 /src/Generating/ChunkGenerator.h
parentMerge pull request #2632 from Gargaj/patch-1 (diff)
downloadcuberite-6c4740c79889531ca1109d0f2d81eef6f8326e31.tar
cuberite-6c4740c79889531ca1109d0f2d81eef6f8326e31.tar.gz
cuberite-6c4740c79889531ca1109d0f2d81eef6f8326e31.tar.bz2
cuberite-6c4740c79889531ca1109d0f2d81eef6f8326e31.tar.lz
cuberite-6c4740c79889531ca1109d0f2d81eef6f8326e31.tar.xz
cuberite-6c4740c79889531ca1109d0f2d81eef6f8326e31.tar.zst
cuberite-6c4740c79889531ca1109d0f2d81eef6f8326e31.zip
Diffstat (limited to '')
-rw-r--r--src/Generating/ChunkGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/ChunkGenerator.h b/src/Generating/ChunkGenerator.h
index b7968356f..e33dc5e17 100644
--- a/src/Generating/ChunkGenerator.h
+++ b/src/Generating/ChunkGenerator.h
@@ -100,7 +100,7 @@ public:
/** Called when the generator is overloaded to skip chunks that are no longer needed.
If this callback returns false, the chunk is not generated. */
- virtual bool HasChunkAnyClients(int a_ChunkX, int a_ChunkZ) = 0;
+ virtual bool IsNeeded(int a_ChunkX, int a_ChunkZ) = 0;
/** Called to check whether the specified chunk is in the queued state.
Currently used only in Debug-mode asserts. */