In localview the Manipulator didnt center at correct 3d cursor location.

This commit is contained in:
Ton Roosendaal 2005-04-15 21:39:36 +00:00
parent 0f279e61ed
commit 8b664b924b

@ -1865,7 +1865,7 @@ void BIF_draw_manipulator(ScrArea *sa)
VECCOPY(v3d->twmat[3], G.scene->twcent);
break;
case V3D_CURSOR:
VECCOPY(v3d->twmat[3], G.scene->cursor);
VECCOPY(v3d->twmat[3], give_cursor());
break;
}