[Bf-committers] Strange Warning in Bullet - CcdPhysicsController.cpp

Jérôme Lelong arsouilleur at gmail.com
Fri Jan 29 10:46:16 CET 2010


Hi,

MSVC complain about a strange warning which is propably an error code:
Around line 550 of CcdPhysicsController.cpp in function
ReplaceControllerShape we can find :

for(int i= 0; i < obarr.size(); i++) {
ob= obarr[i];
if (ob->getCollisionShape() == newShape); {
 proxy = ob->getBroadphaseHandle();

 if(proxy)
 dw->getPairCache()->cleanProxyFromPairs(proxy,dw->getDispatcher());
 }
}

At the of the first "if", the semicolon seems to be an error.


 Arsouille


More information about the Bf-committers mailing list