Correct recent error

This commit is contained in:
Campbell Barton 2015-06-24 10:34:38 +10:00
parent 227aefc18b
commit a33b1ce500
1 changed files with 1 additions and 1 deletions

View File

@ -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];