[Bf-blender-cvs] [18ffeb6] master: error in last commit

Campbell Barton noreply at git.blender.org
Wed Jan 20 07:16:44 CET 2016


Commit: 18ffeb689dc6eedef69612471bcf05b6f4925598
Author: Campbell Barton
Date:   Wed Jan 20 17:09:18 2016 +1100
Branches: master
https://developer.blender.org/rB18ffeb689dc6eedef69612471bcf05b6f4925598

error in last commit

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

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 4665e10..367cf74 100644
--- a/source/blender/blenlib/intern/math_geom.c
+++ b/source/blender/blenlib/intern/math_geom.c
@@ -2212,7 +2212,7 @@ void isect_ray_aabb_v3_precalc(
 
 /* Adapted from http://www.gamedev.net/community/forums/topic.asp?topic_id=459973 */
 bool isect_ray_aabb_v3(
-        const IsectRayAABB_Precalc *data, const float bb_min[3],
+        const struct IsectRayAABB_Precalc *data, const float bb_min[3],
         const float bb_max[3], float *tmin_out)
 {
 	float bbox[2][3];




More information about the Bf-blender-cvs mailing list