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 else
return 1; return 1;
} }
curob=curob->parent;
} }
curob=curob->parent;
} }