1
0

fixed warnings in LineBlockTracer.cpp

This commit is contained in:
Tycho Bickerstaff 2013-12-22 15:06:41 +00:00 committed by madmaxoft
parent 8e7e990cfe
commit 1957f982bc

View File

@ -196,7 +196,6 @@ bool cLineBlockTracer::Item(cChunk * a_Chunk)
ASSERT((m_CurrentY >= 0) && (m_CurrentY < cChunkDef::Height)); // This should be provided by FixStartAboveWorld() / FixStartBelowWorld()
// This is the actual line tracing loop.
bool Finished = false;
while (true)
{
// Report the current block through the callbacks: