[Bf-blender-cvs] [a33b1ce] master: Correct recent error

Campbell Barton noreply at git.blender.org
Wed Jun 24 03:37:35 CEST 2015


Commit: a33b1ce5009a22c1f04ead3c3aa61cfa4284862e
Author: Campbell Barton
Date:   Wed Jun 24 10:34:38 2015 +1000
Branches: master
https://developer.blender.org/rBa33b1ce5009a22c1f04ead3c3aa61cfa4284862e

Correct recent error

===================================================================

M	source/blender/blenlib/intern/math_geom.c

===================================================================

diff --git a/source/blender/blenlib/intern/math_geom.c b/source/blender/blenlib/intern/math_geom.c
index 98d21aa..7329a11 100644
--- a/source/blender/blenlib/intern/math_geom.c
+++ b/source/blender/blenlib/intern/math_geom.c
@@ -542,7 +542,7 @@ float dist_signed_squared_to_corner_v3v3v3(
         const float axis_ref[3])
 {
 	float dir_a[3], dir_b[3];
-	float plane_a[4], plane_b[4];
+	float plane_a[3], plane_b[3];
 	float dist_a, dist_b;
 	float axis[3];
 	float s_p_v2[3];




More information about the Bf-blender-cvs mailing list