Minor warning cleanup & fix

- comment/remove assignments from values to themselves.
- add case break statements (no functional change but some source code checkers notice).
- fix python errors when the sculpt brush is None.
This commit is contained in:
2011-06-27 03:36:14 +00:00
parent 4b1cceddbd
commit 33e554799b
12 changed files with 29 additions and 19 deletions

View File

@@ -2142,6 +2142,7 @@ btCollisionShape* CcdShapeConstructionInfo::CreateBulletShape(btScalar margin, b
}
collisionShape = compoundShape;
}
break;
}
return collisionShape;
}