Removed unused assignments.

This commit is contained in:
archshift
2014-04-25 18:18:46 -07:00
parent 73edd2b961
commit b2f40a7a11
3 changed files with 2 additions and 6 deletions
-1
View File
@@ -171,7 +171,6 @@ bool cLineBlockTracer::MoveToNextBlock(void)
double CoeffZ = (DestZ - m_StartZ) / m_DiffZ;
if (CoeffZ < Coeff)
{
Coeff = CoeffZ;
Direction = dirZ;
}
}