aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevelCloth/src/SwSolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/LowLevelCloth/src/SwSolver.h')
-rw-r--r--PhysX_3.4/Source/LowLevelCloth/src/SwSolver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/LowLevelCloth/src/SwSolver.h b/PhysX_3.4/Source/LowLevelCloth/src/SwSolver.h
index 3a91535f..a2c5b580 100644
--- a/PhysX_3.4/Source/LowLevelCloth/src/SwSolver.h
+++ b/PhysX_3.4/Source/LowLevelCloth/src/SwSolver.h
@@ -51,6 +51,8 @@ class SwSolver : public UserAllocated, public Solver
using physx::PxLightCpuTask::mRefCount;
using physx::PxLightCpuTask::mTm;
+ StartSimulationTask() : Cm::Task(0) {}
+
virtual void runInternal();
virtual const char* getName() const;
SwSolver* mSolver;
@@ -60,6 +62,8 @@ class SwSolver : public UserAllocated, public Solver
{
using physx::PxLightCpuTask::mRefCount;
+ EndSimulationTask() : Cm::Task(0) {}
+
virtual void runInternal();
virtual const char* getName() const;
SwSolver* mSolver;