Fix incorrect comment in previous commit

This commit is contained in:
Seth Hillbrand 2022-07-21 15:52:54 -07:00
parent 16e3d40552
commit 00f0d229bf
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ int SHAPE::GetClearance( const SHAPE* aOther ) const
if( aOther->GetIndexableSubshapeCount() == 0 )
b_shapes.push_back( aOther );
// Clearance gets the distance to the centerline. We add in the additional size
// after to get the true clearance
for( const SHAPE* a : a_shapes )
{
for( const SHAPE* b : b_shapes )