fixed warnings in LineBlockTracer.cpp
This commit is contained in:
parent
8e7e990cfe
commit
1957f982bc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user