fixed crash with rigid body constraints not having their child pointer read correctly.

This commit is contained in:
2010-12-01 23:40:21 +00:00
parent 3e214bd72c
commit 024b0f92d5

View File

@@ -2996,6 +2996,7 @@ static void rbj_id_looper (bConstraint *con, ConstraintIDFunc func, void *userda
/* target only */
func(con, (ID**)&data->tar, userdata);
func(con, (ID**)&data->child, userdata);
}
static int rbj_get_tars (bConstraint *con, ListBase *list)