diff --git a/panda/src/bullet/bulletBodyNode.cxx b/panda/src/bullet/bulletBodyNode.cxx index f7985e12bc..e4829c63aa 100644 --- a/panda/src/bullet/bulletBodyNode.cxx +++ b/panda/src/bullet/bulletBodyNode.cxx @@ -232,10 +232,10 @@ add_shape(BulletShape *shape, CPT(TransformState) ts) { _shapes.push_back(shape); - shape_changed(); - // Restore the local scaling again np.set_scale(scale); + + shape_changed(); } ////////////////////////////////////////////////////////////////////