From 5d736b653f9db324a940b28d6ce5c44bf28fc7d2 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 28 Aug 2020 21:42:37 +0100 Subject: Minor style fixes --- src/ChunkStay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ChunkStay.h') diff --git a/src/ChunkStay.h b/src/ChunkStay.h index a7c038a9c..59b6841a4 100644 --- a/src/ChunkStay.h +++ b/src/ChunkStay.h @@ -65,7 +65,7 @@ public: /** Called when a specific chunk become available. */ virtual void OnChunkAvailable(int a_ChunkX, int a_ChunkZ) = 0; - /** Caled once all of the contained chunks are available. + /** Called once all of the contained chunks are available. If returns true, the ChunkStay is automatically disabled by the ChunkMap; if it returns false, the ChunkStay is kept. */ virtual bool OnAllChunksAvailable(void) = 0; -- cgit v1.2.3