Fix 1 frame delayed orientation in Placement Gizmo

Error in {rB69d6222481b4}
This commit is contained in:
Germano Cavalcante 2021-10-18 13:32:15 -03:00
parent 46fe43feca
commit 2944f3e92b
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ static void cursor_snap_update(const bContext *C,
orthogonalize_m3(omat, snap_data->plane_axis);
if (orient_surface) {
cursor_poject_surface_normal(snap_data->face_nor, obmat, omat);
cursor_poject_surface_normal(face_nor, obmat, omat);
}
}