fixed in svn for 2.4x and 2.5. On Fri, Jan 29, 2010 at 10:55 AM, Campbell Barton <[email protected]> wrote: > Revision: 26392 > > http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26392 > Author: campbellbarton > Date: 2010-01-29 10:55:14 +0100 (Fri, 29 Jan 2010) > > Log Message: > ----------- > fix for error spotted by J?\195?\169r?\195?\180me Lelong > > Modified Paths: > -------------- > > branches/blender2.4/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp > > Modified: > branches/blender2.4/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp > =================================================================== > --- > branches/blender2.4/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp > 2010-01-29 09:32:13 UTC (rev 26391) > +++ > branches/blender2.4/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp > 2010-01-29 09:55:14 UTC (rev 26392) > @@ -592,7 +592,7 @@ > > for(int i= 0; i < obarr.size(); i++) { > ob= obarr[i]; > - if (ob->getCollisionShape() == newShape); { > + if (ob->getCollisionShape() == newShape) { > proxy = obarr[i]->getBroadphaseHandle(); > > if(proxy) > > > _______________________________________________ > Bf-blender-cvs mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-blender-cvs >
-- - Campbell _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
