fixed leftover typo
This commit is contained in:
parent
3449199f07
commit
662e316767
|
@ -701,7 +701,6 @@ public:
|
||||||
FacePointer fp = visitStack.front();
|
FacePointer fp = visitStack.front();
|
||||||
visitStack.pop_front();
|
visitStack.pop_front();
|
||||||
|
|
||||||
fp->Q() = selCnt;
|
|
||||||
fp->SetS();
|
fp->SetS();
|
||||||
|
|
||||||
assert(!fp->IsV());
|
assert(!fp->IsV());
|
||||||
|
|
Loading…
Reference in New Issue