Correct last commit
This commit is contained in:
@@ -651,7 +651,7 @@ static void gizmo_mesh_extrude_draw_prepare(const bContext *C, wmGizmoGroup *gzg
|
||||
{
|
||||
RegionView3D *rv3d = CTX_wm_region_view3d(C);
|
||||
LISTBASE_FOREACH (wmGizmo *, gz, &gzgroup->gizmos) {
|
||||
gz->temp.f = dot_v3v3(rv3d->viewinv[2], gz->matrix_offset[3]);
|
||||
gz->temp.f = -dot_v3v3(rv3d->viewinv[2], gz->matrix_offset[3]);
|
||||
}
|
||||
BLI_listbase_sort(&gzgroup->gizmos, gizmo_cmp_temp_f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user