fix AllBulletDemosOSX, 16-byte alignment and Xcode project

This commit is contained in:
erwin.coumans
2012-09-17 17:02:33 +00:00
parent a76e38eff0
commit 19583868a9
3 changed files with 9 additions and 3 deletions

View File

@@ -420,7 +420,7 @@ void ForkLiftDemo::renderme()
updateCamera();
btScalar m[16];
ATTRIBUTE_ALIGNED16(btScalar) m[16];
int i;
btVector3 wheelColor(1,0,0);