aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevelCloth/src/windows/CuSolver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/LowLevelCloth/src/windows/CuSolver.cpp')
-rw-r--r--PhysX_3.4/Source/LowLevelCloth/src/windows/CuSolver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/LowLevelCloth/src/windows/CuSolver.cpp b/PhysX_3.4/Source/LowLevelCloth/src/windows/CuSolver.cpp
index a20e9e0d..c65e3c61 100644
--- a/PhysX_3.4/Source/LowLevelCloth/src/windows/CuSolver.cpp
+++ b/PhysX_3.4/Source/LowLevelCloth/src/windows/CuSolver.cpp
@@ -541,7 +541,7 @@ void cloth::CuSolver::interCollision()
}
cloth::CuSolver::ClothSolverTask::ClothSolverTask(FunctionPtr functionPtr, const char* name)
-: mSolver(0), mFunctionPtr(functionPtr), mName(name)
+: Cm::Task(0), mSolver(0), mFunctionPtr(functionPtr), mName(name)
{
}