Fix for bf-bug #389 (endless loop when creating constraint)

This commit is contained in:
Chris Want
2003-11-16 21:29:12 +00:00
parent dc4e0d2295
commit 12a5ea3e67

View File

@@ -113,8 +113,8 @@ static int is_child_of_ex(Object *owner, const char *ownersubstr, Object *parent
else
return 1;
}
curob=curob->parent;
}
curob=curob->parent;
}
@@ -768,4 +768,4 @@ bConstraintChannel *add_new_constraint_channel(const char* name)
void add_influence_key_to_constraint (bConstraint *con){
printf("doesn't do anything yet\n");
}
}