Fix extra space.
This commit is contained in:
parent
78bec3f1ba
commit
1b22c92177
|
@ -657,7 +657,7 @@ bool SHAPE_LINE_CHAIN::Collide( const SEG& aSeg, int aClearance, int* aActual,
|
||||||
|
|
||||||
int closest_dist = std::numeric_limits<int>::max();
|
int closest_dist = std::numeric_limits<int>::max();
|
||||||
|
|
||||||
if( closest_dist_sq < VECTOR2I ::ECOORD_MAX )
|
if( closest_dist_sq < VECTOR2I::ECOORD_MAX )
|
||||||
closest_dist = sqrt( closest_dist_sq );
|
closest_dist = sqrt( closest_dist_sq );
|
||||||
|
|
||||||
// Collide arc segments
|
// Collide arc segments
|
||||||
|
|
Loading…
Reference in New Issue