diff options
Diffstat (limited to 'src/LightingThread.h')
-rw-r--r-- | src/LightingThread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LightingThread.h b/src/LightingThread.h index b18ac7799..138c40002 100644 --- a/src/LightingThread.h +++ b/src/LightingThread.h @@ -60,7 +60,8 @@ public: void Stop(void); - /** Queues the entire chunk for lighting */ + /** Queues the entire chunk for lighting. + The callback, if specified, is called after the lighting has been processed. */ void QueueChunk(int a_ChunkX, int a_ChunkZ, std::unique_ptr<cChunkCoordCallback> a_CallbackAfter); /** Blocks until the queue is empty or the thread is terminated */ |