Update btInternalEdgeUtility.cpp
Fixes issue #389 by removing code which causes a segfault in MinGW's GCC by removing code which did not affect subsequent operations.
This commit is contained in:
@@ -213,10 +213,6 @@ struct btConnectivityProcessor : public btTriangleCallback
|
|||||||
isConvex = (dotA<0.);
|
isConvex = (dotA<0.);
|
||||||
|
|
||||||
correctedAngle = isConvex ? ang4 : -ang4;
|
correctedAngle = isConvex ? ang4 : -ang4;
|
||||||
btQuaternion orn2(calculatedEdge,-correctedAngle);
|
|
||||||
calculatedNormalB = btMatrix3x3(orn2)*normalA;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user