Enable contact constraint in the obsolete/experimental SpuParallellSolverTask. It will be replaced by a better parallel constraint solver.

This commit is contained in:
erwin.coumans
2008-12-02 07:39:13 +00:00
parent 5383ed4930
commit 76b3e44117
6 changed files with 355 additions and 239 deletions

View File

@@ -1,4 +1,3 @@
#ifdef CONSTRAINT_SOLVER_IS_BEING_REFACTORED_DURING_DECEMBER_2008
/*
Bullet Continuous Collision Detection and Physics Library - Parallel solver
Copyright (c) 2007 Starbreeze Studios
@@ -73,5 +72,4 @@ public:
virtual void reset ();
};
#endif
#endif //CONSTRAINT_SOLVER_IS_BEING_REFACTORED_DURING_DECEMBER_2008
#endif