fix error in last commit

This commit is contained in:
2015-11-24 17:57:47 +11:00
parent 6ba9d1094a
commit 4ebede5d1f

View File

@@ -4406,6 +4406,7 @@ static void applyTranslation(TransInfo *t, const int UNUSED(mval[2]))
}
else {
headerTranslation(t, t->values, str);
copy_v3_v3(value_final, t->values);
}
/* don't use 't->values' now on */