diff options
Diffstat (limited to 'PhysX_3.4/Source/PhysXCooking/src/convex/ConvexHullBuilder.h')
| -rw-r--r-- | PhysX_3.4/Source/PhysXCooking/src/convex/ConvexHullBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/PhysXCooking/src/convex/ConvexHullBuilder.h b/PhysX_3.4/Source/PhysXCooking/src/convex/ConvexHullBuilder.h index a3d57202..a00c0506 100644 --- a/PhysX_3.4/Source/PhysXCooking/src/convex/ConvexHullBuilder.h +++ b/PhysX_3.4/Source/PhysXCooking/src/convex/ConvexHullBuilder.h @@ -60,7 +60,7 @@ namespace physx const PxHullPolygon* hullPolygons, PxU32 gaussMapVertexLimit, bool doValidation = true, bool userPolygons = false); bool save(PxOutputStream& stream, bool platformMismatch) const; - bool copy(Gu::ConvexHullData& hullData); + bool copy(Gu::ConvexHullData& hullData, PxU32& nb); bool createEdgeList(bool doValidation, PxU32 nbEdges, bool prepareBigHullData); bool checkHullPolygons() const; |