error in last commit

This commit is contained in:
Campbell Barton 2016-01-20 17:09:18 +11:00
parent e25b113694
commit 18ffeb689d
1 changed files with 1 additions and 1 deletions

View File

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