|
@@ -101,7 +101,7 @@ void calc_torque(struct vec3 *dst, const struct vec3 *v1, const struct vec3 *v2,
|
|
float orig_dist, torque_dist, adjust_dist;
|
|
float orig_dist, torque_dist, adjust_dist;
|
|
if (vec3_close(v1, v2, EPSILON)) {
|
|
if (vec3_close(v1, v2, EPSILON)) {
|