same fix from 2.4x r26392.

This commit is contained in:
2010-01-29 09:56:32 +00:00
parent fbe0b45acc
commit 014a24ff62

View File

@@ -540,7 +540,7 @@ bool CcdPhysicsController::ReplaceControllerShape(btCollisionShape *newShape)
for(int i= 0; i < obarr.size(); i++) {
ob= obarr[i];
if (ob->getCollisionShape() == newShape); {
if (ob->getCollisionShape() == newShape) {
proxy = ob->getBroadphaseHandle();
if(proxy)