Cleanup: Fix clang-tidy warning in the new boolean code
No functional changes.
This commit is contained in:
@@ -2375,9 +2375,8 @@ static bool point_is_inside_shape(const IMesh &tm,
|
||||
if (high_confidence) {
|
||||
return (gwn > 0.9);
|
||||
}
|
||||
else {
|
||||
return (gwn > 0.01);
|
||||
}
|
||||
|
||||
return (gwn > 0.01);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user