upgrade version of projectfiles, cmake

fix build for msvc 6.0
This commit is contained in:
erwin.coumans
2009-02-06 05:37:37 +00:00
parent f7092c0767
commit 5593a23417
38 changed files with 148 additions and 147 deletions

View File

@@ -508,7 +508,7 @@ void btGeneric6DofConstraint::getInfo1 (btConstraintInfo1* info)
}
}
//test angular limits
for (int i=0;i<3 ;i++ )
for (i=0;i<3 ;i++ )
{
if(testAngularLimitMotor(i))
{