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

This commit is contained in:
erwin.coumans
2008-12-01 07:24:39 +00:00
parent bbfdcd44b6
commit dd21959709
7 changed files with 23 additions and 12 deletions

View File

@@ -119,7 +119,7 @@ void CcdPhysicsDemo::createStack( btCollisionShape* boxShape, float halfCubeSize
int rowSize = size - i;
for(int j=0; j< rowSize; j++)
{
btVector4 pos;
btVector3 pos;
pos.setValue(
-rowSize * halfCubeSize + halfCubeSize + j * 2.0f * halfCubeSize,
halfCubeSize + i * halfCubeSize * 2.0f,