moved predictUnconstraintMotion to SPU

This commit is contained in:
erwin.coumans
2008-06-04 02:39:37 +00:00
parent 8827d5dbfb
commit 35083aae4a
2 changed files with 96 additions and 23 deletions

View File

@@ -26,7 +26,8 @@ subject to the following restrictions:
enum
{
CMD_SAMPLE_INTEGRATE_BODIES = 1
CMD_SAMPLE_INTEGRATE_BODIES = 1,
CMD_SAMPLE_PREDICT_MOTION_BODIES
};