Correct assert in own last commit

This commit is contained in:
Campbell Barton 2015-11-12 05:50:27 +11:00
parent d74fa9c12c
commit 9cff20e5c6
1 changed files with 1 additions and 1 deletions

View File

@ -1908,7 +1908,7 @@ void saveTransform(bContext *C, TransInfo *t, wmOperator *op)
copy_v4_v4(values, (t->flag & T_AUTOVALUES) ? t->auto_values : t->values);
if (t->con.mode & CON_APPLY) {
mul_v3_m3v3(values, t->con.imtx, values);
mul_m3_v3(t->con.imtx, values);
}
if (RNA_property_array_check(prop)) {