mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-17 11:39:33 +00:00
Fix issues with btDbvt: use ATTRIBUTE_ALIGNED16 Removed several places where variable was declared within for statement: for (int i=0; should be int i; for (i=0