Measure: Remove redundant check for edges > 0
This commit is contained in:
committed by
Kacper Donat
parent
eb69381f89
commit
7619b638e7
@@ -239,7 +239,7 @@ MeasureType Measurement::findType()
|
||||
}
|
||||
else if (edges > 0) {
|
||||
if (verts > 0) {
|
||||
if (verts > 1 && edges > 0) {
|
||||
if (verts > 1) {
|
||||
mode = MeasureType::Invalid;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user