diff options
Diffstat (limited to 'PhysX_3.4/Source/LowLevelCloth/src/SwSolver.cpp')
| -rw-r--r-- | PhysX_3.4/Source/LowLevelCloth/src/SwSolver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |