diff options
Diffstat (limited to 'PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4.cpp')
| -rw-r--r-- | PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4.cpp b/PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4.cpp index 24c86294..8b318819 100644 --- a/PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4.cpp +++ b/PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4.cpp @@ -181,7 +181,7 @@ bool BV4Tree::init(SourceMesh* meshInterface, const PxBounds3& localBounds) } // PX_SERIALIZATION -BV4Tree::BV4Tree(const PxEMPTY) +BV4Tree::BV4Tree(const PxEMPTY) : mLocalBounds(PxEmpty) { mUserAllocated = true; } |