Another fix for local scaling in Bullet shapes.

This commit is contained in:
enn0x 2013-05-06 00:39:30 +00:00
parent e0d23cd027
commit ba56763212

View File

@ -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();
}
////////////////////////////////////////////////////////////////////