Fix failure to set transform rotate around single

Regression in 201ab7c540
This commit is contained in:
Campbell Barton 2021-03-21 14:01:41 +11:00
parent 87b6283918
commit fce3e6646e
Notes: blender-bot 2023-02-14 02:22:13 +01:00
Referenced by issue #86046, Bezier Curve handles stopped moving towards/away from Bezier Point with Scale
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void transform_around_single_fallback_ex(TransInfo *t, int data_len_all)
if (!transform_mode_use_local_origins(t)) {
return;
}
if (t->flag | T_OVERRIDE_CENTER) {
if (t->flag & T_OVERRIDE_CENTER) {
return;
}