mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-19 12:39:46 +00:00
make MSVC 6.0 build again. This code breaks: for (int i=0;.... for (int i=0;.... use int i; for (i=0;... for (i=0;... instead ;-)
make MSVC 6.0 build again. This code breaks: for (int i=0;.... for (int i=0;.... use int i; for (i=0;... for (i=0;... instead ;-)