Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-01-20 09:09:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-20 09:09:18 +0300
commit18ffeb689dc6eedef69612471bcf05b6f4925598 (patch)
treee5c730424c511223d46fb22131938fd8d3270138 /source/blender/blenlib/intern/math_geom.c
parente25b1136944e19a233af10859481869e59c12886 (diff)
error in last commit
Diffstat (limited to 'source/blender/blenlib/intern/math_geom.c')
-rw-r--r--source/blender/blenlib/intern/math_geom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/math_geom.c b/source/blender/blenlib/intern/math_geom.c
index 4665e10d40d..367cf74a8a2 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];