ParallelPhysicsEnvironment development started

This commit is contained in:
ejcoumans
2006-06-30 05:39:15 +00:00
parent 54d609faa2
commit 8e91b0cd68
3 changed files with 14 additions and 4 deletions

View File

@@ -35,7 +35,8 @@ class ParallelPhysicsEnvironment : public CcdPhysicsEnvironment
/// Perform an integration step of duration 'timeStep'.
bool proceedDeltaTimeOneStep(float timeStep);
virtual bool proceedDeltaTimeOneStep(float timeStep);
};