Fix failure to set transform rotate around single

Regression in 201ab7c540
This commit is contained in:
2021-03-21 14:01:41 +11:00
parent 87b6283918
commit fce3e6646e

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;
}