Fix blenderplayer compile...

This commit is contained in:
Bastien Montagne 2014-06-18 19:56:56 +02:00
parent 34b8d22275
commit ef5d6edb4a
1 changed files with 1 additions and 1 deletions

View File

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