From 9e2e77d578ad6b10b29b3efdd547da671c03ee6a Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Tue, 22 Jul 2008 15:39:33 +0000 Subject: [PATCH] fixed accidental bug, introduced while getting rid of for (int i... for (int i... --- src/BulletSoftBody/btSoftBody.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/BulletSoftBody/btSoftBody.cpp b/src/BulletSoftBody/btSoftBody.cpp index 3551d5e0c..da9ca52b1 100644 --- a/src/BulletSoftBody/btSoftBody.cpp +++ b/src/BulletSoftBody/btSoftBody.cpp @@ -1883,9 +1883,12 @@ for( i=0;im_x-c.m_com; + { + int i; + for(i=0;im_x-c.m_com; + } } } }