Cursor to Active, adding missing redraw call.

This commit is contained in:
Martin Poirier 2008-01-27 17:24:03 +00:00
parent 55468e405c
commit 1dbf4deb8e

@ -1567,6 +1567,7 @@ void snap_curs_to_active()
VECCOPY(curs, BASACT->object->obmat[3]);
}
}
allqueue(REDRAWVIEW3D, 0);
}
void snap_curs_to_firstsel()