OpenSubdiv: Fix typo in crease comparison

This commit is contained in:
Sergey Sharybin 2018-08-13 11:52:44 +02:00
parent d3250593d0
commit 33fbc4fbea
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ bool checkEdgeSharpnessMatch(
return false;
}
}
return false;
return true;
}
bool checkTopologyAttributesMatch(