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

Benoit Bolsee benoit.bolsee at online.be
Fri Jan 29 14:37:44 CET 2010


It is not an error, it was done on purpose to fix some collision bug
when replacing a mesh.
But I agree that this is extremely confusing, it's probably a quick fix
that was left in. 
The if test should be removed completely.

/benoit

At Date: Fri, 29 Jan 2010 10:46:16 +0100 J?r?me Lelong
<arsouilleur at gmail.com> wrote:
> 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