This commit is contained in:
hasufell 2014-05-12 20:59:34 +02:00
parent 58d4eb474e
commit e3496117ab
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ bool vec_normal(HE_vert const * const vert, vector *vec)
for (uint32_t i = 0; i < ec; i++) {
j = (i + 1) % ec;
/* printf("\nTUPLE %d\n", vc + 1); */
vector he_vec1,
he_vec2,
new_vec;