From ef5d6edb4a87d17e95ccc9250bc019e8828eee58 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 18 Jun 2014 19:56:56 +0200 Subject: [PATCH] Fix blenderplayer compile... --- source/blenderplayer/bad_level_call_stubs/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c index 7b0faa1cd2a..5c838bd4160 100644 --- a/source/blenderplayer/bad_level_call_stubs/stubs.c +++ b/source/blenderplayer/bad_level_call_stubs/stubs.c @@ -478,7 +478,7 @@ void ED_mball_transform(struct MetaBall *mb, float mat[4][4]) RET_NONE bool snapObjectsRayEx(struct Scene *scene, struct Base *base_act, struct View3D *v3d, struct ARegion *ar, struct Object *obedit, short snap_mode, struct Object **r_ob, float r_obmat[4][4], const float ray_start[3], const float ray_normal[3], float *r_ray_dist, - const float mval[2], float *r_dist_px, float r_loc[3], float r_no[3], SnapMode mode, struct BoundBox *bb_init) RET_ZERO + const float mval[2], float *r_dist_px, float r_loc[3], float r_no[3], SnapMode mode) RET_ZERO void make_editLatt(struct Object *obedit) RET_NONE void load_editLatt(struct Object *obedit) RET_NONE