error in recent commit.

This commit is contained in:
Campbell Barton
2011-05-20 16:43:23 +00:00
parent b100f9d79d
commit 259582235c

View File

@@ -2829,7 +2829,7 @@ static int set_3dcursor_invoke(bContext *C, wmOperator *UNUSED(op), wmEvent *eve
if(depth_used==0) {
float mval_f[2];
VECSUB(mval_f, mval, event->mval);
VECSUB2D(mval_f, mval, event->mval);
ED_view3d_win_to_delta(ar, mval_f, dvec);
sub_v3_v3(fp, dvec);
}