diff options
author | madmaxoft <github@xoft.cz> | 2014-01-07 16:00:19 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-07 17:07:49 +0100 |
commit | 39a1bcdea0a5897a7090748529e3b903918882ec (patch) | |
tree | bc8e5421a6365b56746284b0eb2732e7a4fca333 /src/LightingThread.cpp | |
parent | LuaState can push strings with embedded NULs. (diff) | |
download | cuberite-39a1bcdea0a5897a7090748529e3b903918882ec.tar cuberite-39a1bcdea0a5897a7090748529e3b903918882ec.tar.gz cuberite-39a1bcdea0a5897a7090748529e3b903918882ec.tar.bz2 cuberite-39a1bcdea0a5897a7090748529e3b903918882ec.tar.lz cuberite-39a1bcdea0a5897a7090748529e3b903918882ec.tar.xz cuberite-39a1bcdea0a5897a7090748529e3b903918882ec.tar.zst cuberite-39a1bcdea0a5897a7090748529e3b903918882ec.zip |
Diffstat (limited to '')
-rw-r--r-- | src/LightingThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LightingThread.cpp b/src/LightingThread.cpp index 7c3cc9c76..a823c08cc 100644 --- a/src/LightingThread.cpp +++ b/src/LightingThread.cpp @@ -216,7 +216,7 @@ void cLightingThread::ChunkReady(int a_ChunkX, int a_ChunkZ) void cLightingThread::Execute(void) { - while (true) + for (;;) { { cCSLock Lock(m_CS); |