Missing ; at the end of a line in initial commit for ClampTo constraint.

This commit is contained in:
Joshua Leung
2007-04-07 04:25:31 +00:00
parent b1c8a1eefb
commit 4fae78f8d9

View File

@@ -760,7 +760,7 @@ void add_constraint(int only_IK)
else if(nr==17) {
Curve *cu= obsel->data;
cu->flag |= CU_PATH;
con = add_new_constraint(CONSTRAINT_TYPE_CLAMPTO)
con = add_new_constraint(CONSTRAINT_TYPE_CLAMPTO);
}
if(con==NULL) return; /* paranoia */