Fix error introduced by D1588

This commit is contained in:
Campbell Barton 2015-10-30 00:09:25 +11:00
parent 8d3d931f6a
commit 324d20bc64

@ -1113,6 +1113,8 @@ void initTransInfo(bContext *C, TransInfo *t, wmOperator *op, const wmEvent *eve
if (event) {
t->event_type = event->type;
t->mouse.imval[0] = event->mval[0];
t->mouse.imval[1] = event->mval[1];
}
else {
t->mouse.imval[0] = 0;