Correct own error in last commit

This commit is contained in:
Campbell Barton 2016-07-31 19:12:40 +10:00
parent 64d4d6b134
commit 4734781653
1 changed files with 0 additions and 2 deletions

View File

@ -536,7 +536,6 @@ static void ccd_build_deflector_hash(Scene *scene, Group *group, Object *vertexo
ob= base->object;
if ((vertexowner) && (ob == vertexowner)) {
/* if vertexowner is given we don't want to check collision with owner object */
base = base->next;
continue;
}
@ -583,7 +582,6 @@ static void ccd_update_deflector_hash(Scene *scene, Group *group, Object *vertex
ob= base->object;
if (ob == vertexowner) {
/* if vertexowner is given we don't want to check collision with owner object */
base = base->next;
continue;
}