More snapping fixes (this is ridiculous).

I hope this time we are done!
This commit is contained in:
2014-01-30 18:48:49 +01:00
parent 0e1c1b6196
commit 1e096ee816
2 changed files with 7 additions and 8 deletions

View File

@@ -3144,7 +3144,7 @@ bool BKE_boundbox_ray_hit_check(struct BoundBox *bb, const float ray_start[3], c
bool result = false;
int i;
for (i = 0; i < 12 && (!result || r_lambda); i++) {
float lambda;
int v1, v2, v3;
@@ -3160,7 +3160,7 @@ bool BKE_boundbox_ray_hit_check(struct BoundBox *bb, const float ray_start[3], c
}
}
}
return result;
}