Fix T90658: selection of some 3D gizmos failing
Small error due to wrong variable usage. Introduced in rBfcd2d63b644e.
This commit is contained in:
@@ -627,7 +627,7 @@ static int gizmo_find_intersected_3d_intern(wmGizmo **visible_gizmos,
|
||||
wmGizmo *gz = visible_gizmos[buf_iter[3] >> 8];
|
||||
float co_3d[3];
|
||||
co_screen[2] = int_as_float(buf_iter[1]);
|
||||
GPU_matrix_unproject_3fv(co_screen, rv3d->viewinv, rv3d->winmat, viewport, co_3d_origin);
|
||||
GPU_matrix_unproject_3fv(co_screen, rv3d->viewinv, rv3d->winmat, viewport, co_3d);
|
||||
float select_bias = gz->select_bias;
|
||||
if ((gz->flag & WM_GIZMO_DRAW_NO_SCALE) == 0) {
|
||||
select_bias *= gz->scale_final;
|
||||
|
||||
Reference in New Issue
Block a user