Minor fixes to keep trunk compiling, while doing the refactoring.

This commit is contained in:
erwin.coumans
2008-12-01 06:57:41 +00:00
parent 7341c6ee7e
commit bbfdcd44b6
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#ifdef CONSTRAINT_SOLVER_IS_BEING_REFACTORED_DURING_DECEMBER_2008
/*
Bullet Continuous Collision Detection and Physics Library - Parallel solver
Copyright (c) 2007 Starbreeze Studios
@@ -639,3 +640,4 @@ void SolverTaskScheduler::flushTasks()
m_numBusyTasks--;
}
}
#endif //#ifdef CONSTRAINT_SOLVER_IS_BEING_REFACTORED_DURING_DECEMBER_2008

View File

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