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

Minor logical error in rBb617d6d5 ;)
This commit is contained in:
Bastien Montagne 2014-07-16 17:29:03 +02:00
parent 0ab59d9a32
commit 57a3403bc0
Notes: blender-bot 2023-02-14 10:20:08 +01:00
Referenced by issue #41075, Segfault when attempting to escape from bone translation
1 changed files with 1 additions and 1 deletions

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;
}