From d11708e398c2f6377d9eac2b1f7248c62faab569 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Tue, 25 Apr 2017 16:02:08 -0500 Subject: PhysX 3.4, APEX 1.4 patch release @22017166 --- PhysX_3.4/Source/LowLevelCloth/src/SwSolver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PhysX_3.4/Source/LowLevelCloth/src/SwSolver.cpp') diff --git a/PhysX_3.4/Source/LowLevelCloth/src/SwSolver.cpp b/PhysX_3.4/Source/LowLevelCloth/src/SwSolver.cpp index 6a00ae84..c1cfadc3 100644 --- a/PhysX_3.4/Source/LowLevelCloth/src/SwSolver.cpp +++ b/PhysX_3.4/Source/LowLevelCloth/src/SwSolver.cpp @@ -224,7 +224,7 @@ const char* cloth::SwSolver::EndSimulationTask::getName() const } cloth::SwSolver::CpuClothSimulationTask::CpuClothSimulationTask(SwCloth& cloth, EndSimulationTask& continuation) -: mCloth(&cloth), mContinuation(&continuation), mScratchMemorySize(0), mScratchMemory(0), mInvNumIterations(0.0f) +: Cm::Task(0), mCloth(&cloth), mContinuation(&continuation), mScratchMemorySize(0), mScratchMemory(0), mInvNumIterations(0.0f) { } -- cgit v1.2.3