Fix T41075: Segfault when attempting to escape from bone translation.
Minor logical error in rBb617d6d5 ;)
This commit is contained in:
@@ -1279,7 +1279,7 @@ static void createTransArmatureVerts(TransInfo *t)
|
||||
}
|
||||
}
|
||||
|
||||
if (mirror && total_mirrored) {
|
||||
if (mirror) {
|
||||
/* trick to terminate iteration */
|
||||
bid[total_mirrored].bone = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user