From bd07cac23261a53cef65da0918b5521fed312579 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Thu, 11 Apr 2013 15:40:57 +0000 Subject: Correct stub for snapObjectsRayEx --- source/blenderplayer/bad_level_call_stubs/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blenderplayer') diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c index 9fed34c7a02..33d4ce030ae 100644 --- a/source/blenderplayer/bad_level_call_stubs/stubs.c +++ b/source/blenderplayer/bad_level_call_stubs/stubs.c @@ -403,7 +403,7 @@ void ED_nurb_set_spline_type(struct Nurb *nu, int type) {} void ED_mball_transform(struct MetaBall *mb, float *mat) {} -bool snapObjectsRayEx(Scene *scene, Base *base_act, View3D *v3d, ARegion *ar, Object *obedit, short snap_mode, const float ray_start[3], const float ray_normal[3], const float ray_dist, const float mval[2], float *r_dist_px, float r_loc[3], float r_no[3], SnapMode mode) {return 0;}; +bool snapObjectsRayEx(struct Scene *scene, struct Base *base_act) {return 0;} void make_editLatt(struct Object *obedit) {} void load_editLatt(struct Object *obedit) {} -- cgit v1.2.3