From 78cab22a61786a23f2ee1ad7c5dcbec0024befca Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Tue, 27 Nov 2018 13:02:50 -0600 Subject: PhysX 3.4, APEX 1.4 patch release @25256367 --- PhysX_3.4/Source/PhysXCooking/src/mesh/RTreeCooking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PhysX_3.4/Source/PhysXCooking/src/mesh/RTreeCooking.cpp') diff --git a/PhysX_3.4/Source/PhysXCooking/src/mesh/RTreeCooking.cpp b/PhysX_3.4/Source/PhysXCooking/src/mesh/RTreeCooking.cpp index 9359fca3..51976e22 100644 --- a/PhysX_3.4/Source/PhysXCooking/src/mesh/RTreeCooking.cpp +++ b/PhysX_3.4/Source/PhysXCooking/src/mesh/RTreeCooking.cpp @@ -562,7 +562,7 @@ struct SubSortSAH // we iterate over currently active intervals and compute it's surface area // then we split the interval with maximum surface area // AP scaffold: possible optimization - seems like computeSA can be cached for unchanged intervals - InlineArray splits; + InlineArray splits; splits.pushBack(Interval(0, clusterSize)); for(PxU32 iSplit = 0; iSplit < RTREE_N-1; iSplit++) { -- cgit v1.2.3