mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-08 13:30:04 +00:00
Fixed typo in previous commit
This commit is contained in:
parent
1ba1e07ad1
commit
c0dee5510f
@ -408,7 +408,7 @@ FarTopologyRefinerFactory<OsdHbrConverter>::assignComponentTopology(
|
||||
virtual void operator() (OsdHbrHalfedge &e) {
|
||||
|
||||
OsdHbrFace * f=e.GetFace();
|
||||
if (f & (e.GetOrgVertex()==_v)) {
|
||||
if (f && (e.GetOrgVertex()==_v)) {
|
||||
*_dstVertFaces++ = f->GetID();
|
||||
for (int j=0; j<f->GetNumVertices(); ++j) {
|
||||
if (f->GetVertex(j)==_v) {
|
||||
|
Loading…
Reference in New Issue
Block a user