Fix T41075: Segfault when attempting to escape from bone translation.

Minor logical error in rBb617d6d5 ;)
This commit is contained in:
2014-07-16 17:29:03 +02:00
parent 0ab59d9a32
commit 57a3403bc0

View File

@@ -1279,7 +1279,7 @@ static void createTransArmatureVerts(TransInfo *t)
}
}
if (mirror && total_mirrored) {
if (mirror) {
/* trick to terminate iteration */
bid[total_mirrored].bone = NULL;
}