Fix T56990: AutoIK fails

Regression from 5d628c519
This commit is contained in:
Philipp Oeser
2018-10-02 10:10:26 +10:00
committed by Campbell Barton
parent 3aed08377d
commit 60d4d58376

View File

@@ -802,7 +802,7 @@ int count_set_pose_transflags(Object *ob, const int mode, const short around, bo
}
}
else {
has_translate_rotate[1] = true;
has_translate_rotate[0] = true;
}
}
}