[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26392] branches/blender2.4/source/ gameengine/Physics/Bullet/CcdPhysicsController.cpp: fix for error spotted by J?\195?\169r?\195?\180me Lelong

Campbell Barton ideasman42 at gmail.com
Fri Jan 29 10:57:06 CET 2010


fixed in svn for 2.4x and 2.5.

On Fri, Jan 29, 2010 at 10:55 AM, Campbell Barton <ideasman42 at gmail.com> 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
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>



-- 
- Campbell



More information about the Bf-blender-cvs mailing list